Html Css Color HEX #F2CEEA Snuff

📋 copy color: '#F2CEEA'

red 242 ◦ green 206 ◦ blue 234

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

Shades of Snuff #F2CEEA

Tints of Snuff #F2CEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.31%

R = 35.48%
G = 30.21%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2CEEA (or 0xF2CEEA) is known color: Snuff. HEX triplet: F2, CE and EA. RGB value is (242,206,234). Sum of RGB (Red+Green+Blue) = 242+206+234=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEA is #0D3115. Grayscale: #DBDBDB. Windows color (decimal): -864534 or 15388402. OLE color: 15388402.

HSL color Cylindrical-coordinate representation of color #F2CEEA: hue angle of 313.33º 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 #F2CEEA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 234 -
CMYK 0 0.15 0.03 0.05
HSL 313.33º 0.58% 0.88% -
HSV(B) 313.33º 0.15% 0.95% -
XYZ 73.54 68.96 87.28 -
YUV 219.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 242 206 234 0 0.15 0.03 0.05 313.33 0.58 0.88
Hex F2 CE EA 0 F 3 5 139 3A 58
Octal 362 316 352 0 17 3 5 471 72 130
Binary 11110010 11001110 11101010 0 1111 11 101 100111001 111010 1011000

Color Harmonies of #F2CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEEA

Black with #F2CEEA

Text Example


Text Example

White with #F2CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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