#F2ECDB

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

Shades of Buttery White #F2ECDB

Tints of Buttery White #F2ECDB

Color information

#F2ECDB (or 0xF2ECDB) is unknown color: approx Buttery White. HEX triplet: F2, EC and DB. RGB value is (242,236,219). Sum of RGB (Red+Green+Blue) = 242+236+219=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECDB is #0D1324. Grayscale: #EBEBEB. Windows color (decimal): -856869 or 14413042. OLE color: 14413042.

HSL color Cylindrical-coordinate representation of color #F2ECDB: hue angle of 44.35º degrees, saturation: 0.47, 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 #F2ECDB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242236219-
CMYK00.020.100.05
HSL44.35º46.94%90.39%-
HSV(B)44.35º9.5%94.9%-
XYZ79.483.9879.04-
YUV235.86118.49132.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=34.72%
G=33.86%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223621900.020.100.0544.3546.9490.39
HexF2ECDB02A52c2f5a
Octal362354333021255457132
Binary11110010111011001101101101010101011011001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECDB; }

 p { color: rgb(242,236,219); }

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

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

 a { background-color: rgb(242,236,219); }

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

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

 span { border-color: rgb(242,236,219); }

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