#F0EEBF

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

Shades of Cumulus #F0EEBF

Tints of Cumulus #F0EEBF

Color information

#F0EEBF (or 0xF0EEBF) is unknown color: approx Cumulus. HEX triplet: F0, EE and BF. RGB value is (240,238,191). Sum of RGB (Red+Green+Blue) = 240+238+191=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEBF is #0F1140. Grayscale: #E9E9E9. Windows color (decimal): -987457 or 12578544. OLE color: 12578544.

HSL color Cylindrical-coordinate representation of color #F0EEBF: hue angle of 57.55º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0EEBF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240238191-
CMYK00.010.200.06
HSL57.55º62.03%84.51%-
HSV(B)57.55º20.42%94.12%-
XYZ75.9183.4461.39-
YUV233.24104.16132.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 191 (75% from 255) = 28.55%
R=35.87%
G=35.58%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023819100.010.200.0657.5562.0384.51
HexF0EEBF011463a3e55
Octal360356277012467276125
Binary11110000111011101011111101101001101110101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEBF; }

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

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

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

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

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

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

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

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