#F2F2BA

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

Shades of Cumulus #F2F2BA

Tints of Cumulus #F2F2BA

Color information

#F2F2BA (or 0xF2F2BA) is unknown color: approx Cumulus. HEX triplet: F2, F2 and BA. RGB value is (242,242,186). Sum of RGB (Red+Green+Blue) = 242+242+186=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2BA is #0D0D45. Grayscale: #EBEBEB. Windows color (decimal): -855366 or 12251890. OLE color: 12251890.

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

Color convert

RGB242242186-
CMYK000.230.05
HSL60º68.29%83.92%-
HSV(B)60º23.14%94.9%-
XYZ77.2385.9358.97-
YUV235.62100132.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 27.76%
R=36.12%
G=36.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242186000.230.056068.2983.92
HexF2F2BA001753c4454
Octal3623622720027574104124
Binary111100101111001010111010001011110111110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2BA; }

 p { color: rgb(242,242,186); }

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

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

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

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

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

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

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