#F1F2BD

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

Shades of Cumulus #F1F2BD

Tints of Cumulus #F1F2BD

Color information

#F1F2BD (or 0xF1F2BD) is unknown color: approx Cumulus. HEX triplet: F1, F2 and BD. RGB value is (241,242,189). Sum of RGB (Red+Green+Blue) = 241+242+189=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BD is #0E0D42. Grayscale: #EBEBEB. Windows color (decimal): -920899 or 12448497. OLE color: 12448497.

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

Color convert

RGB241242189-
CMYK0.0000.220.05
HSL61.13º67.09%84.51%-
HSV(B)61.13º21.9%94.9%-
XYZ77.2185.8860.65-
YUV235.66101.67131.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 242 (94.92% from 255) = 36.01%
BLUE value IS 189 (74.22% from 255) = 28.12%
R=35.86%
G=36.01%
B=28.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421890.0000.220.0561.1367.0984.51
HexF1F2BD001653d4355
Octal3613622750026575103125
Binary111100011111001010111101001011010111110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2BD; }

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

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

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

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

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

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

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

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