Html Css Color HEX #F0E0EE Snuff

📋 copy color: '#F0E0EE'

red 240 ◦ green 224 ◦ blue 238

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

Shades of Snuff #F0E0EE

Tints of Snuff #F0E0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.91%

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

R = 34.19%
G = 31.91%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0E0EE (or 0xF0E0EE) is known color: Snuff. HEX triplet: F0, E0 and EE. RGB value is (240,224,238). Sum of RGB (Red+Green+Blue) = 240+224+238=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0EE is #0F1F11. Grayscale: #E6E6E6. Windows color (decimal): -990994 or 15655152. OLE color: 15655152.

HSL color Cylindrical-coordinate representation of color #F0E0EE: hue angle of 307.5º degrees, saturation: 0.35, 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 #F0E0EE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 238 -
CMYK 0 0.07 0.01 0.06
HSL 307.5º 0.35% 0.91% -
HSV(B) 307.5º 0.07% 0.94% -
XYZ 78.02 78.01 91.83 -
YUV 230.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 240 224 238 0 0.07 0.01 0.06 307.5 0.35 0.91
Hex F0 E0 EE 0 7 1 6 134 23 5B
Octal 360 340 356 0 7 1 6 464 43 133
Binary 11110000 11100000 11101110 0 111 1 110 100110100 100011 1011011

Color Harmonies of #F0E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0EE

Black with #F0E0EE

Text Example


Text Example

White with #F0E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0EE; }

 p { color: rgb(240,224,238); }

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

background-color css

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

 a { background-color: rgb(240,224,238); }

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

border-color css

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

 span { border-color: rgb(240,224,238); }

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