#F4CAEC

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

Shades of Snuff #F4CAEC

Tints of Snuff #F4CAEC

Color information

#F4CAEC (or 0xF4CAEC) is unknown color: approx Snuff. HEX triplet: F4, CA and EC. RGB value is (244,202,236). Sum of RGB (Red+Green+Blue) = 244+202+236=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAEC is #0B3513. Grayscale: #DADADA. Windows color (decimal): -734484 or 15518452. OLE color: 15518452.

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

Color convert

RGB244202236-
CMYK00.170.030.04
HSL311.43º65.62%87.45%-
HSV(B)311.43º17.21%95.69%-
XYZ73.5767.5388.51-
YUV218.43137.91146.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=35.78%
G=29.62%
B=34.60%

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
Decimal24420223600.170.030.04311.4365.6287.45
HexF4CAEC011341374257
Octal36431235402134467102127
Binary1111010011001010111011000100011110010011011110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAEC; }

 p { color: rgb(244,202,236); }

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

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

 a { background-color: rgb(244,202,236); }

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

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

 span { border-color: rgb(244,202,236); }

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