Html Css Color HEX #F2DAEC Snuff

📋 copy color: '#F2DAEC'

red 242 ◦ green 218 ◦ blue 236

#F2DAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F2DAEC

Tints of Snuff #F2DAEC

RGB

 RED value IS 242 (94.92% from 255) = 34.77%

 GREEN value IS 218 (85.55% from 255) = 31.32%

 BLUE value IS 236 (92.58% from 255) = 33.91%

R = 34.77%
G = 31.32%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2DAEC (or 0xF2DAEC) is known color: Snuff. HEX triplet: F2, DA and EC. RGB value is (242,218,236). Sum of RGB (Red+Green+Blue) = 242+218+236=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAEC is #0D2513. Grayscale: #E3E3E3. Windows color (decimal): -861460 or 15522546. OLE color: 15522546.

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

Color convert

RGB 242 218 236 -
CMYK 0 0.10 0.02 0.05
HSL 315º 0.48% 0.9% -
HSV(B) 315º 0.1% 0.95% -
XYZ 76.83 75.08 89.8 -
YUV 227.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 242 218 236 0 0.10 0.02 0.05 315 0.48 0.9
Hex F2 DA EC 0 A 2 5 13B 30 5A
Octal 362 332 354 0 12 2 5 473 60 132
Binary 11110010 11011010 11101100 0 1010 10 101 100111011 110000 1011010

Color Harmonies of #F2DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAEC

Black with #F2DAEC

Text Example


Text Example

White with #F2DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAEC; }

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

 H1.HeaderClassName
 {
   color: #F2DAEC;
 }
 .AnyTagClassName
 {
   color: #F2DAEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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