#F5CDEC

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

Shades of Snuff #F5CDEC

Tints of Snuff #F5CDEC

Color information

#F5CDEC (or 0xF5CDEC) is unknown color: approx Snuff. HEX triplet: F5, CD and EC. RGB value is (245,205,236). Sum of RGB (Red+Green+Blue) = 245+205+236=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDEC is #0A3213. Grayscale: #DCDCDC. Windows color (decimal): -668180 or 15519221. OLE color: 15519221.

HSL color Cylindrical-coordinate representation of color #F5CDEC: hue angle of 313.5º degrees, saturation: 0.67, 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 #F5CDEC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245205236-
CMYK00.160.040.04
HSL313.5º66.67%88.24%-
HSV(B)313.5º16.33%96.08%-
XYZ74.6369.1388.77-
YUV220.49136.75145.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=35.71%
G=29.88%
B=34.40%

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
Decimal24520523600.160.040.04313.566.6788.24
HexF5CDEC0104413a4358
Octal36531535402044472103130
Binary11110101110011011110110001000010010010011101010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDEC; }

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

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

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

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

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

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

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

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