Html Css Color HEX #F0DEEE Snuff

📋 copy color: '#F0DEEE'

red 240 ◦ green 222 ◦ blue 238

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

Shades of Snuff #F0DEEE

Tints of Snuff #F0DEEE

RGB

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

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

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

R = 34.29%
G = 31.71%
B = 34%

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

#F0DEEE (or 0xF0DEEE) is known color: Snuff. HEX triplet: F0, DE and EE. RGB value is (240,222,238). Sum of RGB (Red+Green+Blue) = 240+222+238=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEE is #0F2111. Grayscale: #E5E5E5. Windows color (decimal): -991506 or 15654640. OLE color: 15654640.

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

Color convert

RGB 240 222 238 -
CMYK 0 0.08 0.01 0.06
HSL 306.67º 0.38% 0.91% -
HSV(B) 306.67º 0.07% 0.94% -
XYZ 77.49 76.94 91.66 -
YUV 229.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 240 222 238 0 0.08 0.01 0.06 306.67 0.38 0.91
Hex F0 DE EE 0 8 1 6 133 26 5B
Octal 360 336 356 0 10 1 6 463 46 133
Binary 11110000 11011110 11101110 0 1000 1 110 100110011 100110 1011011

Color Harmonies of #F0DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEEE

Black with #F0DEEE

Text Example


Text Example

White with #F0DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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