#F5EDDB

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

Shades of Buttery White #F5EDDB

Tints of Buttery White #F5EDDB

Color information

#F5EDDB (or 0xF5EDDB) is unknown color: approx Buttery White. HEX triplet: F5, ED and DB. RGB value is (245,237,219). Sum of RGB (Red+Green+Blue) = 245+237+219=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDB is #0A1224. Grayscale: #EDEDED. Windows color (decimal): -660005 or 14413301. OLE color: 14413301.

HSL color Cylindrical-coordinate representation of color #F5EDDB: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5EDDB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245237219-
CMYK00.030.110.04
HSL41.54º56.52%90.98%-
HSV(B)41.54º10.61%96.08%-
XYZ80.7385.179.19-
YUV237.34117.65133.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=34.95%
G=33.81%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523721900.030.110.0441.5456.5290.98
HexF5EDDB03B42a395b
Octal365355333031345271133
Binary11110101111011011101101101110111001010101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDDB; }

 p { color: rgb(245,237,219); }

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

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

 a { background-color: rgb(245,237,219); }

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

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

 span { border-color: rgb(245,237,219); }

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