#F2DAEE

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

Shades of Snuff #F2DAEE

Tints of Snuff #F2DAEE

Color information

#F2DAEE (or 0xF2DAEE) is unknown color: approx Snuff. HEX triplet: F2, DA and EE. RGB value is (242,218,238). Sum of RGB (Red+Green+Blue) = 242+218+238=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAEE is #0D2511. Grayscale: #E3E3E3. Windows color (decimal): -861458 or 15653618. OLE color: 15653618.

HSL color Cylindrical-coordinate representation of color #F2DAEE: hue angle of 310º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242218238-
CMYK00.100.020.05
HSL310º48%90.2%-
HSV(B)310º9.92%94.9%-
XYZ77.1275.1991.34-
YUV227.46133.95138.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=34.67%
G=31.23%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221823800.100.020.053104890.2
HexF2DAEE0A25136305a
Octal3623323560122546660132
Binary11110010110110101110111001010101011001101101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAEE; }

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

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

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

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

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

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

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

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