Html Css Color HEX #F2D2ED Snuff

📋 copy color: '#F2D2ED'

red 242 ◦ green 210 ◦ blue 237

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

Shades of Snuff #F2D2ED

Tints of Snuff #F2D2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.48%

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

R = 35.12%
G = 30.48%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D2ED (or 0xF2D2ED) is known color: Snuff. HEX triplet: F2, D2 and ED. RGB value is (242,210,237). Sum of RGB (Red+Green+Blue) = 242+210+237=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2ED is #0D2D12. Grayscale: #DEDEDE. Windows color (decimal): -863507 or 15586034. OLE color: 15586034.

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

Color convert

RGB 242 210 237 -
CMYK 0 0.13 0.02 0.05
HSL 309.38º 0.55% 0.89% -
HSV(B) 309.38º 0.13% 0.95% -
XYZ 74.95 71.08 89.89 -
YUV 222.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 242 210 237 0 0.13 0.02 0.05 309.38 0.55 0.89
Hex F2 D2 ED 0 D 2 5 135 37 59
Octal 362 322 355 0 15 2 5 465 67 131
Binary 11110010 11010010 11101101 0 1101 10 101 100110101 110111 1011001

Color Harmonies of #F2D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D2ED

Black with #F2D2ED

Text Example


Text Example

White with #F2D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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