Html Css Color HEX #F0DEED Snuff

📋 copy color: '#F0DEED'

red 240 ◦ green 222 ◦ blue 237

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

Shades of Snuff #F0DEED

Tints of Snuff #F0DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.76%

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

R = 34.33%
G = 31.76%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0DEED (or 0xF0DEED) is known color: Snuff. HEX triplet: F0, DE and ED. RGB value is (240,222,237). Sum of RGB (Red+Green+Blue) = 240+222+237=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEED is #0F2112. Grayscale: #E5E5E5. Windows color (decimal): -991507 or 15589104. OLE color: 15589104.

HSL color Cylindrical-coordinate representation of color #F0DEED: hue angle of 310º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DEED is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 237 -
CMYK 0 0.08 0.01 0.06
HSL 310º 0.38% 0.91% -
HSV(B) 310º 0.07% 0.94% -
XYZ 77.34 76.88 90.88 -
YUV 229.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 240 222 237 0 0.08 0.01 0.06 310 0.38 0.91
Hex F0 DE ED 0 8 1 6 136 26 5B
Octal 360 336 355 0 10 1 6 466 46 133
Binary 11110000 11011110 11101101 0 1000 1 110 100110110 100110 1011011

Color Harmonies of #F0DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEED

Black with #F0DEED

Text Example


Text Example

White with #F0DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEED; }

 p { color: rgb(240,222,237); }

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

background-color css

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

 a { background-color: rgb(240,222,237); }

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

border-color css

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

 span { border-color: rgb(240,222,237); }

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