Html Css Color HEX #F2D1EA Snuff

📋 copy color: '#F2D1EA'

red 242 ◦ green 209 ◦ blue 234

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

Shades of Snuff #F2D1EA

Tints of Snuff #F2D1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 35.33%
G = 30.51%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D1EA (or 0xF2D1EA) is known color: Snuff. HEX triplet: F2, D1 and EA. RGB value is (242,209,234). Sum of RGB (Red+Green+Blue) = 242+209+234=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1EA is #0D2E15. Grayscale: #DDDDDD. Windows color (decimal): -863766 or 15389170. OLE color: 15389170.

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

Color convert

RGB 242 209 234 -
CMYK 0 0.14 0.03 0.05
HSL 314.55º 0.56% 0.88% -
HSV(B) 314.55º 0.14% 0.95% -
XYZ 74.27 70.42 87.52 -
YUV 221.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 242 209 234 0 0.14 0.03 0.05 314.55 0.56 0.88
Hex F2 D1 EA 0 E 3 5 13B 38 58
Octal 362 321 352 0 16 3 5 473 70 130
Binary 11110010 11010001 11101010 0 1110 11 101 100111011 111000 1011000

Color Harmonies of #F2D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1EA

Black with #F2D1EA

Text Example


Text Example

White with #F2D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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