Html Css Color HEX #F2D9EC Snuff

📋 copy color: '#F2D9EC'

red 242 ◦ green 217 ◦ blue 236

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

Shades of Snuff #F2D9EC

Tints of Snuff #F2D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.22%

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

R = 34.82%
G = 31.22%
B = 33.96%

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

#F2D9EC (or 0xF2D9EC) is known color: Snuff. HEX triplet: F2, D9 and EC. RGB value is (242,217,236). Sum of RGB (Red+Green+Blue) = 242+217+236=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9EC is #0D2613. Grayscale: #E2E2E2. Windows color (decimal): -861716 or 15522290. OLE color: 15522290.

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

Color convert

RGB 242 217 236 -
CMYK 0 0.10 0.02 0.05
HSL 314.4º 0.49% 0.9% -
HSV(B) 314.4º 0.1% 0.95% -
XYZ 76.57 74.56 89.71 -
YUV 226.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 242 217 236 0 0.10 0.02 0.05 314.4 0.49 0.9
Hex F2 D9 EC 0 A 2 5 13A 31 5A
Octal 362 331 354 0 12 2 5 472 61 132
Binary 11110010 11011001 11101100 0 1010 10 101 100111010 110001 1011010

Color Harmonies of #F2D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9EC

Black with #F2D9EC

Text Example


Text Example

White with #F2D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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