#F0EDBF

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

Shades of Cumulus #F0EDBF

Tints of Cumulus #F0EDBF

Color information

#F0EDBF (or 0xF0EDBF) is unknown color: approx Cumulus. HEX triplet: F0, ED and BF. RGB value is (240,237,191). Sum of RGB (Red+Green+Blue) = 240+237+191=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDBF is #0F1240. Grayscale: #E8E8E8. Windows color (decimal): -987713 or 12578288. OLE color: 12578288.

HSL color Cylindrical-coordinate representation of color #F0EDBF: hue angle of 56.33º 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 #F0EDBF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240237191-
CMYK00.010.200.06
HSL56.33º62.03%84.51%-
HSV(B)56.33º20.42%94.12%-
XYZ75.6282.8661.3-
YUV232.65104.49133.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 191 (75% from 255) = 28.59%
R=35.93%
G=35.48%
B=28.59%

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
Decimal24023719100.010.200.0656.3362.0384.51
HexF0EDBF01146383e55
Octal360355277012467076125
Binary11110000111011011011111101101001101110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDBF; }

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

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

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

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

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

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

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

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