COLOR #F2CEFB

HEX: #F2CEFB
RGB: (242,206,251)

Color info

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

RGB color model

#F2CEFB color RGB value is (242,206,251).

  • red value is 242;
  • green value is 206;
  • blue value is 251.
RGB:
(242,206,251)
(95%,81%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 206 of 255 = 81%
B 251 of 255 = 98%

242
206
251

R + G + B ~ 91%. #F2CEFB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 206 + 251 = 699 (100%)
R 242 of 699 ~ 34.62%
G 206 of 699 ~ 29.47%
B 251 of 699 ~ 35.91%

%34.62
%29.47
%35.91

CMYK color model

#F2CEFB color CMYK value is (4,18,0,2).

  • cyan value is 3.59%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,18,0,2)
C4M18Y0K2 
(4%,18%,0%,2%)
(0.04/0.18/0.00/0.02)	

CMYK percentages

%3.59
%17.93
%0
%1.57

Codes

Color #F2CEFB in popluar color models

F2CEFB
RGB242206251
HSL288°84.91%89.61%
HSB/HSV288°17.93%98.43%
CMYK3.59%17.93%0.00%
1.57%

Color #F2CEFB in popluar number systems.

HEXF2CEFB
Decimal242206251
Binary111100101100111011111011
Octal362316373

Shades and tints

Shades of #F2CEFB

#F2CEFB
(242,206,251)
#DCBCE5
(220,188,229)
#C6AACF
(198,170,207)
#B098B9
(176,152,185)
#9A86A3
(154,134,163)
#84748D
(132,116,141)
#6E6277
(110,98,119)
#585061
(88,80,97)
#423E4B
(66,62,75)
#2C2C35
(44,44,53)
#161A1F
(22,26,31)
#000000
(0,0,0)

Tints of #F2CEFB

#F2CEFB
(242,206,251)
#F3D2FB
(243,210,251)
#F4D6FB
(244,214,251)
#F5DAFB
(245,218,251)
#F6DEFB
(246,222,251)
#F7E2FB
(247,226,251)
#F8E6FB
(248,230,251)
#F9EAFB
(249,234,251)
#FAEEFB
(250,238,251)
#FBF2FB
(251,242,251)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CEFB color. Also use rgb(242,206,251) instead hex code.

Text Font Color

.myTextColor { color: #F2CEFB; }

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

This text font color is #F2CEFB.


Background Color

.myBgColor { background-color: #F2CEFB; }

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

This div background color is #F2CEFB.


Border color

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

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

This div border color is #F2CEFB.


Opacity

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

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

Text with #F2CEFB 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 #F2CEFB;}

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

This text has shadow with #F2CEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CEFB on black background.


Color preview on white background

This text has color #F2CEFB on white background.



Black color preview on #F2CEFB background

This text has black color on #F2CEFB background.


White color preview on #F2CEFB background

This text has white color on #F2CEFB background.