#F2EBDA

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

Shades of Buttery White #F2EBDA

Tints of Buttery White #F2EBDA

Color information

#F2EBDA (or 0xF2EBDA) is unknown color: approx Buttery White. HEX triplet: F2, EB and DA. RGB value is (242,235,218). Sum of RGB (Red+Green+Blue) = 242+235+218=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBDA is #0D1425. Grayscale: #EBEBEB. Windows color (decimal): -857126 or 14347250. OLE color: 14347250.

HSL color Cylindrical-coordinate representation of color #F2EBDA: hue angle of 42.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2EBDA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242235218-
CMYK00.030.100.05
HSL42.5º48%90.2%-
HSV(B)42.5º9.92%94.9%-
XYZ78.9883.3678.26-
YUV235.16118.32132.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=34.82%
G=33.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223521800.030.100.0542.54890.2
HexF2EBDA03A52a305a
Octal362353332031255260132
Binary11110010111010111101101001110101011010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBDA; }

 p { color: rgb(242,235,218); }

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

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

 a { background-color: rgb(242,235,218); }

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

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

 span { border-color: rgb(242,235,218); }

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