#F5CAED

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

Shades of Snuff #F5CAED

Tints of Snuff #F5CAED

Color information

#F5CAED (or 0xF5CAED) is unknown color: approx Snuff. HEX triplet: F5, CA and ED. RGB value is (245,202,237). Sum of RGB (Red+Green+Blue) = 245+202+237=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAED is #0A3512. Grayscale: #DADADA. Windows color (decimal): -668947 or 15583989. OLE color: 15583989.

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

Color convert

RGB245202237-
CMYK00.180.030.04
HSL311.16º68.25%87.65%-
HSV(B)311.16º17.55%96.08%-
XYZ74.0667.7789.3-
YUV218.85138.25146.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=35.82%
G=29.53%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520223700.180.030.04311.1668.2587.65
HexF5CAED012341374458
Octal36531235502234467104130
Binary1111010111001010111011010100101110010011011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAED; }

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

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

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

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

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

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

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

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