#F0EFBE

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

Shades of Cumulus #F0EFBE

Tints of Cumulus #F0EFBE

Color information

#F0EFBE (or 0xF0EFBE) is unknown color: approx Cumulus. HEX triplet: F0, EF and BE. RGB value is (240,239,190). Sum of RGB (Red+Green+Blue) = 240+239+190=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFBE is #0F1041. Grayscale: #E9E9E9. Windows color (decimal): -987202 or 12513264. OLE color: 12513264.

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

Color convert

RGB240239190-
CMYK00.000.210.06
HSL58.8º62.5%84.31%-
HSV(B)58.8º20.83%94.12%-
XYZ76.183.9860.91-
YUV233.71103.33132.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 190 (74.61% from 255) = 28.40%
R=35.87%
G=35.72%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023919000.000.210.0658.862.584.31
HexF0EFBE001563b3e54
Octal360357276002567376124
Binary11110000111011111011111000101011101110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFBE; }

 p { color: rgb(240,239,190); }

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

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

 a { background-color: rgb(240,239,190); }

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

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

 span { border-color: rgb(240,239,190); }

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