Html Css Color HEX #F0DEEB Snuff

📋 copy color: '#F0DEEB'

red 240 ◦ green 222 ◦ blue 235

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

Shades of Snuff #F0DEEB

Tints of Snuff #F0DEEB

RGB

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

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

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

R = 34.43%
G = 31.85%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0DEEB (or 0xF0DEEB) is known color: Snuff. HEX triplet: F0, DE and EB. RGB value is (240,222,235). Sum of RGB (Red+Green+Blue) = 240+222+235=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEB is #0F2114. Grayscale: #E4E4E4. Windows color (decimal): -991509 or 15458032. OLE color: 15458032.

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

Color convert

RGB 240 222 235 -
CMYK 0 0.08 0.02 0.06
HSL 316.67º 0.38% 0.91% -
HSV(B) 316.67º 0.07% 0.94% -
XYZ 77.05 76.77 89.35 -
YUV 228.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 240 222 235 0 0.08 0.02 0.06 316.67 0.38 0.91
Hex F0 DE EB 0 8 2 6 13D 26 5B
Octal 360 336 353 0 10 2 6 475 46 133
Binary 11110000 11011110 11101011 0 1000 10 110 100111101 100110 1011011

Color Harmonies of #F0DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEEB

Black with #F0DEEB

Text Example


Text Example

White with #F0DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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