#F2EEBD

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

Shades of Cumulus #F2EEBD

Tints of Cumulus #F2EEBD

Color information

#F2EEBD (or 0xF2EEBD) is unknown color: approx Cumulus. HEX triplet: F2, EE and BD. RGB value is (242,238,189). Sum of RGB (Red+Green+Blue) = 242+238+189=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBD is #0D1142. Grayscale: #E9E9E9. Windows color (decimal): -856387 or 12447474. OLE color: 12447474.

HSL color Cylindrical-coordinate representation of color #F2EEBD: hue angle of 55.47º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2EEBD is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242238189-
CMYK00.020.220.05
HSL55.47º67.09%84.51%-
HSV(B)55.47º21.9%94.9%-
XYZ76.3883.760.27-
YUV233.61102.83133.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=36.17%
G=35.58%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223818900.020.220.0555.4767.0984.51
HexF2EEBD02165374355
Octal3623562750226567103125
Binary1111001011101110101111010101011010111011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEBD; }

 p { color: rgb(242,238,189); }

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

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

 a { background-color: rgb(242,238,189); }

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

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

 span { border-color: rgb(242,238,189); }

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