#F5CFEC

Color #F5CFEC Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F5CFEC

Tints of Snuff #F5CFEC

Color information

#F5CFEC (or 0xF5CFEC) is unknown color: approx Snuff. HEX triplet: F5, CF and EC. RGB value is (245,207,236). Sum of RGB (Red+Green+Blue) = 245+207+236=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEC is #0A3013. Grayscale: #DDDDDD. Windows color (decimal): -667668 or 15519733. OLE color: 15519733.

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

Color convert

RGB245207236-
CMYK00.160.040.04
HSL314.21º65.52%88.63%-
HSV(B)314.21º15.51%96.08%-
XYZ75.1170.0988.93-
YUV221.67136.09144.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=35.61%
G=30.09%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520723600.160.040.04314.2165.5288.63
HexF5CFEC0104413a4259
Octal36531735402044472102131
Binary11110101110011111110110001000010010010011101010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFEC; }

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

 H1.HeaderClassName
 {
   color: #F5CFEC;
 }
 .AnyTagClassName
 {
   color: #F5CFEC;
 }
</style>
background-color css

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

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

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

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

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

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