COLOR #F2CDEB

HEX: #F2CDEB
RGB: (242,205,235)

Color info

#F2CDEB contains red, green and blue colors in about the same proportion. Web safe color of #F2CDEB is #FFCCFF (or #FCF).

RGB color model

#F2CDEB color RGB value is (242,205,235).

  • red value is 242;
  • green value is 205;
  • blue value is 235.
RGB:
(242,205,235)
(95%,80%,92%)

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 235 of 255 = 92%

242
205
235

R + G + B ~ 89%. #F2CDEB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 205 + 235 = 682 (100%)
R 242 of 682 ~ 35.48%
G 205 of 682 ~ 30.06%
B 235 of 682 ~ 34.46%

%35.48
%30.06
%34.46

CMYK color model

#F2CDEB color CMYK value is (0,15,3,5).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(0,15,3,5)
C0M15Y3K5 
(0%,15%,3%,5%)
(0.00/0.15/0.03/0.05)	

CMYK percentages

%0
%15.29
%2.89
%5.1

Codes

Color #F2CDEB in popluar color models

F2CDEB
RGB242205235
HSL311°58.73%87.65%
HSB/HSV311°15.29%94.90%
CMYK0.00%15.29%2.89%
5.10%

Color #F2CDEB in popluar number systems.

HEXF2CDEB
Decimal242205235
Binary111100101100110111101011
Octal362315353

Shades and tints

Shades of #F2CDEB

#F2CDEB
(242,205,235)
#DCBBD6
(220,187,214)
#C6A9C1
(198,169,193)
#B097AC
(176,151,172)
#9A8597
(154,133,151)
#847382
(132,115,130)
#6E616D
(110,97,109)
#584F58
(88,79,88)
#423D43
(66,61,67)
#2C2B2E
(44,43,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #F2CDEB

#F2CDEB
(242,205,235)
#F3D1EC
(243,209,236)
#F4D5ED
(244,213,237)
#F5D9EE
(245,217,238)
#F6DDEF
(246,221,239)
#F7E1F0
(247,225,240)
#F8E5F1
(248,229,241)
#F9E9F2
(249,233,242)
#FAEDF3
(250,237,243)
#FBF1F4
(251,241,244)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CDEB color. Also use rgb(242,205,235) instead hex code.

Text Font Color

.myTextColor { color: #F2CDEB; }

<p style="color:#F2CDEB">This sample text font color is #F2CDEB.</p>

This text font color is #F2CDEB.


Background Color

.myBgColor { background-color: #F2CDEB; }

<div style="background-color:#F2CDEB">Inner text</div>

This div background color is #F2CDEB.


Border color

.myBorderColor { border: 1px solid #F2CDEB; }

<div style="border:3px solid #F2CDEB">Div</div>

This div border color is #F2CDEB.


Opacity

.myOpacity80 { color: #F2CDEB; opacity: 0.8; }

<p style="color:#F2CDEB;opacity:0.8;">80%</p>

Text with #F2CDEB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F2CDEB;}

<p style="text-shadow: 3px 3px 1px #F2CDEB">Text here.</p>

This text has shadow with #F2CDEB color.

.textShadow {text-shadow: 3px 3px 1px #F2CDEB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F2CDEB, 5px 5px 20px red">Text here.</p>

This text has shadow with #F2CDEB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2CDEB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F2CDEB, Direction=45, Strength=4)">Text</p>

This text has shadow with #F2CDEB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F2CDEB;
  -webkit-box-shadow:	1px 1px 3px 2px #F2CDEB;
  box-shadow:		1px 1px 3px 2px #F2CDEB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2CDEB;
-webkit-box-shadow: 1px 1px 3px 2px #F2CDEB;
box-shadow:1px 1px 3px 2px #F2CDEB;">
Div content here</div>
This div box has shadow with color #F2CDEB.

Preview

Color preview on black background

This text has color #F2CDEB on black background.


Color preview on white background

This text has color #F2CDEB on white background.



Black color preview on #F2CDEB background

This text has black color on #F2CDEB background.


White color preview on #F2CDEB background

This text has white color on #F2CDEB background.