#F2EEBF

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

Shades of Cumulus #F2EEBF

Tints of Cumulus #F2EEBF

Color information

#F2EEBF (or 0xF2EEBF) is unknown color: approx Cumulus. HEX triplet: F2, EE and BF. RGB value is (242,238,191). Sum of RGB (Red+Green+Blue) = 242+238+191=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBF is #0D1140. Grayscale: #EAEAEA. Windows color (decimal): -856385 or 12578546. OLE color: 12578546.

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

Color convert

RGB242238191-
CMYK00.020.210.05
HSL55.29º66.23%84.9%-
HSV(B)55.29º21.07%94.9%-
XYZ76.683.7961.43-
YUV233.84103.83133.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 191 (75% from 255) = 28.46%
R=36.07%
G=35.47%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223819100.020.210.0555.2966.2384.9
HexF2EEBF02155374255
Octal3623562770225567102125
Binary1111001011101110101111110101010110111011110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEBF; }

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

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

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

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

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

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

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

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