#F0EADD

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

Shades of Buttery White #F0EADD

Tints of Buttery White #F0EADD

Color information

#F0EADD (or 0xF0EADD) is unknown color: approx Buttery White. HEX triplet: F0, EA and DD. RGB value is (240,234,221). Sum of RGB (Red+Green+Blue) = 240+234+221=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EADD is #0F1522. Grayscale: #EAEAEA. Windows color (decimal): -988451 or 14543600. OLE color: 14543600.

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

Color convert

RGB240234221-
CMYK00.020.080.06
HSL41.05º38.78%90.39%-
HSV(B)41.05º7.92%94.12%-
XYZ78.4182.5980.22-
YUV234.31120.49132.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=34.53%
G=33.67%
B=31.80%

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
Decimal24023422100.020.080.0641.0538.7890.39
HexF0EADD028629275a
Octal360352335021065147132
Binary11110000111010101101110101010001101010011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EADD; }

 p { color: rgb(240,234,221); }

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

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

 a { background-color: rgb(240,234,221); }

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

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

 span { border-color: rgb(240,234,221); }

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