#F0EDBB

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

Shades of Cumulus #F0EDBB

Tints of Cumulus #F0EDBB

Color information

#F0EDBB (or 0xF0EDBB) is unknown color: approx Cumulus. HEX triplet: F0, ED and BB. RGB value is (240,237,187). Sum of RGB (Red+Green+Blue) = 240+237+187=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDBB is #0F1244. Grayscale: #E8E8E8. Windows color (decimal): -987717 or 12316144. OLE color: 12316144.

HSL color Cylindrical-coordinate representation of color #F0EDBB: hue angle of 56.6º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0EDBB is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240237187-
CMYK00.010.220.06
HSL56.6º63.86%83.73%-
HSV(B)56.6º22.08%94.12%-
XYZ75.1982.6859.01-
YUV232.2102.49133.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 187 (73.44% from 255) = 28.16%
R=36.14%
G=35.69%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023718700.010.220.0656.663.8683.73
HexF0EDBB01166394054
Octal3603552730126671100124
Binary111100001110110110111011011011011011100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDBB; }

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

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

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

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

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

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

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

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