Html Css Color HEX #F2DDED Snuff

📋 copy color: '#F2DDED'

red 242 ◦ green 221 ◦ blue 237

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

Shades of Snuff #F2DDED

Tints of Snuff #F2DDED

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.57%

 BLUE value IS 237 (92.97% from 255) = 33.86%

R = 34.57%
G = 31.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2DDED (or 0xF2DDED) is known color: Snuff. HEX triplet: F2, DD and ED. RGB value is (242,221,237). Sum of RGB (Red+Green+Blue) = 242+221+237=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDED is #0D2212. Grayscale: #E5E5E5. Windows color (decimal): -860691 or 15588850. OLE color: 15588850.

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

Color convert

RGB 242 221 237 -
CMYK 0 0.09 0.02 0.05
HSL 314.29º 0.45% 0.91% -
HSV(B) 314.29º 0.09% 0.95% -
XYZ 77.76 76.7 90.83 -
YUV 229.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 242 221 237 0 0.09 0.02 0.05 314.29 0.45 0.91
Hex F2 DD ED 0 9 2 5 13A 2D 5B
Octal 362 335 355 0 11 2 5 472 55 133
Binary 11110010 11011101 11101101 0 1001 10 101 100111010 101101 1011011

Color Harmonies of #F2DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDED

Black with #F2DDED

Text Example


Text Example

White with #F2DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDED; }

 p { color: rgb(242,221,237); }

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

background-color css

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

 a { background-color: rgb(242,221,237); }

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

border-color css

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

 span { border-color: rgb(242,221,237); }

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