#F0F0BF

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

Shades of Cumulus #F0F0BF

Tints of Cumulus #F0F0BF

Color information

#F0F0BF (or 0xF0F0BF) is unknown color: approx Cumulus. HEX triplet: F0, F0 and BF. RGB value is (240,240,191). Sum of RGB (Red+Green+Blue) = 240+240+191=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0BF is #0F0F40. Grayscale: #EAEAEA. Windows color (decimal): -986945 or 12579056. OLE color: 12579056.

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

Color convert

RGB240240191-
CMYK000.200.06
HSL60º62.03%84.51%-
HSV(B)60º20.42%94.12%-
XYZ76.584.6161.59-
YUV234.41103.5131.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 191 (75% from 255) = 28.46%
R=35.77%
G=35.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240191000.200.066062.0384.51
HexF0F0BF001463c3e55
Octal360360277002467476125
Binary11110000111100001011111100101001101111001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0BF; }

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

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

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

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

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

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

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

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