Html Css Color HEX #F5CEEC Snuff

📋 copy color: '#F5CEEC'

red 245 ◦ green 206 ◦ blue 236

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

Shades of Snuff #F5CEEC

Tints of Snuff #F5CEEC

RGB

 RED value IS 245 (96.09% from 255) = 35.66%

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

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

R = 35.66%
G = 29.99%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5CEEC (or 0xF5CEEC) is known color: Snuff. HEX triplet: F5, CE and EC. RGB value is (245,206,236). Sum of RGB (Red+Green+Blue) = 245+206+236=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEEC is #0A3113. Grayscale: #DDDDDD. Windows color (decimal): -667924 or 15519477. OLE color: 15519477.

HSL color Cylindrical-coordinate representation of color #F5CEEC: hue angle of 313.85º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CEEC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 236 -
CMYK 0 0.16 0.04 0.04
HSL 313.85º 0.66% 0.88% -
HSV(B) 313.85º 0.16% 0.96% -
XYZ 74.87 69.61 88.85 -
YUV 221.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 245 206 236 0 0.16 0.04 0.04 313.85 0.66 0.88
Hex F5 CE EC 0 10 4 4 13A 42 58
Octal 365 316 354 0 20 4 4 472 102 130
Binary 11110101 11001110 11101100 0 10000 100 100 100111010 1000010 1011000

Color Harmonies of #F5CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEEC

Black with #F5CEEC

Text Example


Text Example

White with #F5CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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