#F5CCED

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

Shades of Snuff #F5CCED

Tints of Snuff #F5CCED

Color information

#F5CCED (or 0xF5CCED) is unknown color: approx Snuff. HEX triplet: F5, CC and ED. RGB value is (245,204,237). Sum of RGB (Red+Green+Blue) = 245+204+237=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCED is #0A3312. Grayscale: #DBDBDB. Windows color (decimal): -668435 or 15584501. OLE color: 15584501.

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

Color convert

RGB245204237-
CMYK00.170.030.04
HSL311.71º67.21%88.04%-
HSV(B)311.71º16.73%96.08%-
XYZ74.5468.7189.46-
YUV220.02137.58145.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=35.71%
G=29.74%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520423700.170.030.04311.7167.2188.04
HexF5CCED011341384358
Octal36531435502134470103130
Binary1111010111001100111011010100011110010011100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCED; }

 p { color: rgb(245,204,237); }

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

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

 a { background-color: rgb(245,204,237); }

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

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

 span { border-color: rgb(245,204,237); }

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