#F0EBDB

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

Shades of Buttery White #F0EBDB

Tints of Buttery White #F0EBDB

Color information

#F0EBDB (or 0xF0EBDB) is unknown color: approx Buttery White. HEX triplet: F0, EB and DB. RGB value is (240,235,219). Sum of RGB (Red+Green+Blue) = 240+235+219=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBDB is #0F1424. Grayscale: #EAEAEA. Windows color (decimal): -988197 or 14412784. OLE color: 14412784.

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

Color convert

RGB240235219-
CMYK00.020.090.06
HSL45.71º41.18%90%-
HSV(B)45.71º8.75%94.12%-
XYZ78.4383.0678.92-
YUV234.67119.16131.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 219 (85.94% from 255) = 31.56%
R=34.58%
G=33.86%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023521900.020.090.0645.7141.1890
HexF0EBDB02962e295a
Octal360353333021165651132
Binary11110000111010111101101101010011101011101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBDB; }

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

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

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

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

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

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

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

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