#F2EBDC

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

Shades of Buttery White #F2EBDC

Tints of Buttery White #F2EBDC

Color information

#F2EBDC (or 0xF2EBDC) is unknown color: approx Buttery White. HEX triplet: F2, EB and DC. RGB value is (242,235,220). Sum of RGB (Red+Green+Blue) = 242+235+220=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBDC is #0D1423. Grayscale: #EBEBEB. Windows color (decimal): -857124 or 14478322. OLE color: 14478322.

HSL color Cylindrical-coordinate representation of color #F2EBDC: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2EBDC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242235220-
CMYK00.030.090.05
HSL40.91º45.83%90.59%-
HSV(B)40.91º9.09%94.9%-
XYZ79.2483.4679.64-
YUV235.38119.32132.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=34.72%
G=33.72%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223522000.030.090.0540.9145.8390.59
HexF2EBDC0395292e5b
Octal362353334031155156133
Binary11110010111010111101110001110011011010011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBDC; }

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

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

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

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

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

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

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

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