#F2CAEE

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

Shades of Snuff #F2CAEE

Tints of Snuff #F2CAEE

Color information

#F2CAEE (or 0xF2CAEE) is unknown color: approx Snuff. HEX triplet: F2, CA and EE. RGB value is (242,202,238). Sum of RGB (Red+Green+Blue) = 242+202+238=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAEE is #0D3511. Grayscale: #D9D9D9. Windows color (decimal): -865554 or 15649522. OLE color: 15649522.

HSL color Cylindrical-coordinate representation of color #F2CAEE: hue angle of 306º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAEE is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242202238-
CMYK00.170.020.05
HSL306º60.61%87.06%-
HSV(B)306º16.53%94.9%-
XYZ73.1767.2990.02-
YUV218.06139.25145.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=35.48%
G=29.62%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220223800.170.020.0530660.6187.06
HexF2CAEE011251323d57
Octal3623123560212546275127
Binary111100101100101011101110010001101011001100101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAEE; }

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

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

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

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

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

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

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

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