#F5CAEF

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

Shades of Snuff #F5CAEF

Tints of Snuff #F5CAEF

Color information

#F5CAEF (or 0xF5CAEF) is unknown color: approx Snuff. HEX triplet: F5, CA and EF. RGB value is (245,202,239). Sum of RGB (Red+Green+Blue) = 245+202+239=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAEF is #0A3510. Grayscale: #DADADA. Windows color (decimal): -668945 or 15715061. OLE color: 15715061.

HSL color Cylindrical-coordinate representation of color #F5CAEF: hue angle of 308.37º 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 #F5CAEF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245202239-
CMYK00.180.020.04
HSL308.37º68.25%87.65%-
HSV(B)308.37º17.55%96.08%-
XYZ74.3667.8990.85-
YUV219.08139.25146.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=35.71%
G=29.45%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520223900.180.020.04308.3768.2587.65
HexF5CAEF012241344458
Octal36531235702224464104130
Binary1111010111001010111011110100101010010011010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAEF; }

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

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

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

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

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

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

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

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