Html Css Color HEX #F2CEEC Snuff

📋 copy color: '#F2CEEC'

red 242 ◦ green 206 ◦ blue 236

#F2CEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F2CEEC

Tints of Snuff #F2CEEC

RGB

 RED value IS 242 (94.92% from 255) = 35.38%

 GREEN value IS 206 (80.86% from 255) = 30.12%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 35.38%
G = 30.12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2CEEC (or 0xF2CEEC) is known color: Snuff. HEX triplet: F2, CE and EC. RGB value is (242,206,236). Sum of RGB (Red+Green+Blue) = 242+206+236=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEC is #0D3113. Grayscale: #DCDCDC. Windows color (decimal): -864532 or 15519474. OLE color: 15519474.

HSL color Cylindrical-coordinate representation of color #F2CEEC: hue angle of 310º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEEC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 236 -
CMYK 0 0.15 0.02 0.05
HSL 310º 0.58% 0.88% -
HSV(B) 310º 0.15% 0.95% -
XYZ 73.83 69.08 88.8 -
YUV 220.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 242 206 236 0 0.15 0.02 0.05 310 0.58 0.88
Hex F2 CE EC 0 F 2 5 136 3A 58
Octal 362 316 354 0 17 2 5 466 72 130
Binary 11110010 11001110 11101100 0 1111 10 101 100110110 111010 1011000

Color Harmonies of #F2CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEEC

Black with #F2CEEC

Text Example


Text Example

White with #F2CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEEC; }

 p { color: rgb(242,206,236); }

 H1.HeaderClassName
 {
   color: #F2CEEC;
 }
 .AnyTagClassName
 {
   color: #F2CEEC;
 }
</style>

background-color css

<style>
 a { background-color: #F2CEEC; }

 a { background-color: rgb(242,206,236); }

 div.DivClassName
 {
   background-color: #F2CEEC;
 }
 .BgClassName
 {
   background-color: #F2CEEC;
 }
</style>

border-color css

<style>
 span { border-color: #F2CEEC; }

 span { border-color: rgb(242,206,236); }

 td.TdClassName
 {
   border-color: #F2CEEC;
 }
 .TagClassName
 {
   border-color: #F2CEEC;
 }
</style>