#F4CAEE

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

Shades of Snuff #F4CAEE

Tints of Snuff #F4CAEE

Color information

#F4CAEE (or 0xF4CAEE) is unknown color: approx Snuff. HEX triplet: F4, CA and EE. RGB value is (244,202,238). Sum of RGB (Red+Green+Blue) = 244+202+238=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAEE is #0B3511. Grayscale: #DADADA. Windows color (decimal): -734482 or 15649524. OLE color: 15649524.

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

Color convert

RGB244202238-
CMYK00.170.020.04
HSL308.57º65.62%87.45%-
HSV(B)308.57º17.21%95.69%-
XYZ73.8667.6590.05-
YUV218.66138.91146.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.67%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=35.67%
G=29.53%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420223800.170.020.04308.5765.6287.45
HexF4CAEE011241354257
Octal36431235602124465102127
Binary1111010011001010111011100100011010010011010110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAEE; }

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

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

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

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

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

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

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

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