Html Css Color HEX #F0D2EA Snuff

📋 copy color: '#F0D2EA'

red 240 ◦ green 210 ◦ blue 234

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

Shades of Snuff #F0D2EA

Tints of Snuff #F0D2EA

RGB

 RED value IS 240 (94.14% from 255) = 35.09%

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

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

R = 35.09%
G = 30.7%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D2EA (or 0xF0D2EA) is known color: Snuff. HEX triplet: F0, D2 and EA. RGB value is (240,210,234). Sum of RGB (Red+Green+Blue) = 240+210+234=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D2EA is #0F2D15. Grayscale: #DDDDDD. Windows color (decimal): -994582 or 15389424. OLE color: 15389424.

HSL color Cylindrical-coordinate representation of color #F0D2EA: hue angle of 312º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D2EA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 234 -
CMYK 0 0.12 0.02 0.06
HSL 312º 0.5% 0.88% -
HSV(B) 312º 0.13% 0.94% -
XYZ 73.83 70.56 87.57 -
YUV 221.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 240 210 234 0 0.12 0.02 0.06 312 0.5 0.88
Hex F0 D2 EA 0 C 2 6 138 32 58
Octal 360 322 352 0 14 2 6 470 62 130
Binary 11110000 11010010 11101010 0 1100 10 110 100111000 110010 1011000

Color Harmonies of #F0D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D2EA

Black with #F0D2EA

Text Example


Text Example

White with #F0D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D2EA; }

 p { color: rgb(240,210,234); }

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

background-color css

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

 a { background-color: rgb(240,210,234); }

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

border-color css

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

 span { border-color: rgb(240,210,234); }

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