#F2F0BB

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

Shades of Cumulus #F2F0BB

Tints of Cumulus #F2F0BB

Color information

#F2F0BB (or 0xF2F0BB) is unknown color: approx Cumulus. HEX triplet: F2, F0 and BB. RGB value is (242,240,187). Sum of RGB (Red+Green+Blue) = 242+240+187=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BB is #0D0F44. Grayscale: #EAEAEA. Windows color (decimal): -855877 or 12316914. OLE color: 12316914.

HSL color Cylindrical-coordinate representation of color #F2F0BB: hue angle of 57.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2F0BB is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242240187-
CMYK00.010.230.05
HSL57.82º67.9%84.12%-
HSV(B)57.82º22.73%94.9%-
XYZ76.7584.7959.33-
YUV234.56101.16133.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=36.17%
G=35.87%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224018700.010.230.0557.8267.984.12
HexF2F0BB011753a4454
Octal3623602730127572104124
Binary111100101111000010111011011011110111101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0BB; }

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

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

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

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

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

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

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

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