Html Css Color HEX #F2D1EE Snuff

📋 copy color: '#F2D1EE'

red 242 ◦ green 209 ◦ blue 238

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

Shades of Snuff #F2D1EE

Tints of Snuff #F2D1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.33%

 BLUE value IS 238 (93.36% from 255) = 34.54%

R = 35.12%
G = 30.33%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D1EE (or 0xF2D1EE) is known color: Snuff. HEX triplet: F2, D1 and EE. RGB value is (242,209,238). Sum of RGB (Red+Green+Blue) = 242+209+238=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1EE is #0D2E11. Grayscale: #DEDEDE. Windows color (decimal): -863762 or 15651314. OLE color: 15651314.

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

Color convert

RGB 242 209 238 -
CMYK 0 0.14 0.02 0.05
HSL 307.27º 0.56% 0.88% -
HSV(B) 307.27º 0.14% 0.95% -
XYZ 74.85 70.65 90.58 -
YUV 222.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 242 209 238 0 0.14 0.02 0.05 307.27 0.56 0.88
Hex F2 D1 EE 0 E 2 5 133 38 58
Octal 362 321 356 0 16 2 5 463 70 130
Binary 11110010 11010001 11101110 0 1110 10 101 100110011 111000 1011000

Color Harmonies of #F2D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1EE

Black with #F2D1EE

Text Example


Text Example

White with #F2D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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