#F0F0BE

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

Shades of Cumulus #F0F0BE

Tints of Cumulus #F0F0BE

Color information

#F0F0BE (or 0xF0F0BE) is unknown color: approx Cumulus. HEX triplet: F0, F0 and BE. RGB value is (240,240,190). Sum of RGB (Red+Green+Blue) = 240+240+190=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0BE is #0F0F41. Grayscale: #EAEAEA. Windows color (decimal): -986946 or 12513520. OLE color: 12513520.

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

Color convert

RGB240240190-
CMYK000.210.06
HSL60º62.5%84.31%-
HSV(B)60º20.83%94.12%-
XYZ76.3984.5661.01-
YUV234.3103132.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=35.82%
G=35.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240190000.210.066062.584.31
HexF0F0BE001563c3e54
Octal360360276002567476124
Binary11110000111100001011111000101011101111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0BE; }

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

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

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

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

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

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

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

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