#F1F2CB

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

Shades of Mimosa #F1F2CB

Tints of Mimosa #F1F2CB

Color information

#F1F2CB (or 0xF1F2CB) is unknown color: approx Mimosa. HEX triplet: F1, F2 and CB. RGB value is (241,242,203). Sum of RGB (Red+Green+Blue) = 241+242+203=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2CB is #0E0D34. Grayscale: #EDEDED. Windows color (decimal): -920885 or 13366001. OLE color: 13366001.

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

Color convert

RGB241242203-
CMYK0.0000.160.05
HSL61.54º60%87.25%-
HSV(B)61.54º16.12%94.9%-
XYZ78.8186.5269.05-
YUV237.26108.67130.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=35.13%
G=35.28%
B=29.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412422030.0000.160.0561.546087.25
HexF1F2CB001053e3c57
Octal361362313002057674127
Binary11110001111100101100101100100001011111101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2CB; }

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

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

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

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

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

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

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

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