#F2EEB9

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

Shades of Cumulus #F2EEB9

Tints of Cumulus #F2EEB9

Color information

#F2EEB9 (or 0xF2EEB9) is unknown color: approx Cumulus. HEX triplet: F2, EE and B9. RGB value is (242,238,185). Sum of RGB (Red+Green+Blue) = 242+238+185=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 185 (72.66% from 255 or 27.82% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEB9 is #0D1146. Grayscale: #E9E9E9. Windows color (decimal): -856391 or 12185330. OLE color: 12185330.

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

Color convert

RGB242238185-
CMYK00.020.240.05
HSL55.79º68.67%83.73%-
HSV(B)55.79º23.55%94.9%-
XYZ75.9583.5358.02-
YUV233.15100.83134.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 185 (72.66% from 255) = 27.82%
R=36.39%
G=35.79%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223818500.020.240.0555.7968.6783.73
HexF2EEB902185384554
Octal3623562710230570105124
Binary1111001011101110101110010101100010111100010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEB9; }

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

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

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

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

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

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

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

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