#F2F1BB

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

Shades of Cumulus #F2F1BB

Tints of Cumulus #F2F1BB

Color information

#F2F1BB (or 0xF2F1BB) is unknown color: approx Cumulus. HEX triplet: F2, F1 and BB. RGB value is (242,241,187). Sum of RGB (Red+Green+Blue) = 242+241+187=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1BB is #0D0E44. Grayscale: #EBEBEB. Windows color (decimal): -855621 or 12317170. OLE color: 12317170.

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

Color convert

RGB242241187-
CMYK00.000.230.05
HSL58.91º67.9%84.12%-
HSV(B)58.91º22.73%94.9%-
XYZ77.0485.3859.43-
YUV235.14100.83132.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=36.12%
G=35.97%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224118700.000.230.0558.9167.984.12
HexF2F1BB001753b4454
Octal3623612730027573104124
Binary111100101111000110111011001011110111101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1BB; }

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

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

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

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

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

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

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

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