COLOR #F2CEFA

HEX: #F2CEFA RGB: (242,206,250)

Color info

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

RGB color model

#F2CEFA color RGB value is (242,206,250).

RGB: (242,206,250) (95%, 81%, 98%)

RGB channels and saturation

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

242
206
250

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

Portions of RGB colors in percentages

R + G + B = 242 + 206 + 250 = 698 (100%)
R 242 of 698 ~ 34.67%
G 206 of 698 ~ 29.51%
B 250 of 698 ~ 35.82'%

%34.67
%29.51
%35.82

CMYK color model

#F2CEFA color CMYK value is (3,18,0,2).

  • cyan value is 3.20%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (3,18,0,2)
C3M18Y0K2 (3%, 18%, 0%, 2%)
(0.03 / 0.18 / 0.00 / 0.02)

CMYK percentages

%3.2
%17.6
%0
%1.96

Codes

Color #F2CEFA in popluar color models

F2 CE FA
RGB 242 206 250
HSL 289° 81.48% 89.41%
HSB/HSV 289° 17.60% 98.04%
CMYK 3.20% 17.60% 0.00%
1.96%

Color #F2CEFA in popluar number systems.

HEX F2 CE FA
Decimal 242 206 250
Binary 11110010 11001110 11111010
Octal 362 316 372

Shades and tints

Shades of #F2CEFA

#F2CEFA
(242,206,250)
#DCBCE4
(220,188,228)
#C6AACE
(198,170,206)
#B098B8
(176,152,184)
#9A86A2
(154,134,162)
#84748C
(132,116,140)
#6E6276
(110,98,118)
#585060
(88,80,96)
#423E4A
(66,62,74)
#2C2C34
(44,44,52)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #F2CEFA

#F2CEFA
(242,206,250)
#F3D2FA
(243,210,250)
#F4D6FA
(244,214,250)
#F5DAFA
(245,218,250)
#F6DEFA
(246,222,250)
#F7E2FA
(247,226,250)
#F8E6FA
(248,230,250)
#F9EAFA
(249,234,250)
#FAEEFA
(250,238,250)
#FBF2FA
(251,242,250)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CEFA; }

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

This text font color is #F2CEFA.

Background Color

.myBgColor { background-color: #F2CEFA; }

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

This div background color is #F2CEFA.

Border color

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

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

This div border color is #F2CEFA.

Opacity

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

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

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

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

This text has shadow with #F2CEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CEFA.

Preview

Color preview on black background

This text has color #F2CEFA on black background.


Color preview on white background

This text has color #F2CEFA on white background.


Black color preview on #F2CEFA background

This text has black color on #F2CEFA background.


White color preview on #F2CEFA background

This text has white color on #F2CEFA background.


Related colors

Complementary color

Complementary color for #hex is #0D3105.


I love getcolorcode.com

Triadic colors

1 #FAF2CE and #CEFAF2 with #F2CEFA are triadic colors.

2 #FACEF2 and #CEF2FA with #F2CEFA are triadic colors.