#F0EBDE

Color #F0EBDE Buttery White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttery White #F0EBDE

Tints of Buttery White #F0EBDE

Color information

#F0EBDE (or 0xF0EBDE) is unknown color: approx Buttery White. HEX triplet: F0, EB and DE. RGB value is (240,235,222). Sum of RGB (Red+Green+Blue) = 240+235+222=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBDE is #0F1421. Grayscale: #EBEBEB. Windows color (decimal): -988194 or 14609392. OLE color: 14609392.

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

Color convert

RGB240235222-
CMYK00.020.080.06
HSL43.33º37.5%90.59%-
HSV(B)43.33º7.5%94.12%-
XYZ78.8383.2281.01-
YUV235.01120.66131.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.43%
G=33.72%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023522200.020.080.0643.3337.590.59
HexF0EBDE02862b265b
Octal360353336021065346133
Binary11110000111010111101111001010001101010111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBDE; }

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

 H1.HeaderClassName
 {
   color: #F0EBDE;
 }
 .AnyTagClassName
 {
   color: #F0EBDE;
 }
</style>
background-color css

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

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

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

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

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

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