Html Css Color HEX #F0D0EB Snuff

📋 copy color: '#F0D0EB'

red 240 ◦ green 208 ◦ blue 235

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

Shades of Snuff #F0D0EB

Tints of Snuff #F0D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.45%

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 35.14%
G = 30.45%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D0EB (or 0xF0D0EB) is known color: Snuff. HEX triplet: F0, D0 and EB. RGB value is (240,208,235). Sum of RGB (Red+Green+Blue) = 240+208+235=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0EB is #0F2F14. Grayscale: #DCDCDC. Windows color (decimal): -995093 or 15454448. OLE color: 15454448.

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

Color convert

RGB 240 208 235 -
CMYK 0 0.13 0.02 0.06
HSL 309.38º 0.52% 0.88% -
HSV(B) 309.38º 0.13% 0.94% -
XYZ 73.49 69.64 88.17 -
YUV 220.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 240 208 235 0 0.13 0.02 0.06 309.38 0.52 0.88
Hex F0 D0 EB 0 D 2 6 135 34 58
Octal 360 320 353 0 15 2 6 465 64 130
Binary 11110000 11010000 11101011 0 1101 10 110 100110101 110100 1011000

Color Harmonies of #F0D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0EB

Black with #F0D0EB

Text Example


Text Example

White with #F0D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0EB; }

 p { color: rgb(240,208,235); }

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

background-color css

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

 a { background-color: rgb(240,208,235); }

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

border-color css

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

 span { border-color: rgb(240,208,235); }

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