#F2F2BE

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

Shades of Cumulus #F2F2BE

Tints of Cumulus #F2F2BE

Color information

#F2F2BE (or 0xF2F2BE) is unknown color: approx Cumulus. HEX triplet: F2, F2 and BE. RGB value is (242,242,190). Sum of RGB (Red+Green+Blue) = 242+242+190=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2BE is #0D0D41. Grayscale: #ECECEC. Windows color (decimal): -855362 or 12514034. OLE color: 12514034.

HSL color Cylindrical-coordinate representation of color #F2F2BE: hue angle of 60º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2F2BE is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242242190-
CMYK000.210.05
HSL60º66.67%84.71%-
HSV(B)60º21.49%94.9%-
XYZ77.6686.161.24-
YUV236.07102132.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 242 (94.92% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 28.19%
R=35.91%
G=35.91%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242190000.210.056066.6784.71
HexF2F2BE001553c4355
Octal3623622760025574103125
Binary111100101111001010111110001010110111110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2BE; }

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

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

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

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

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

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

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

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