#F2F2CB

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

Shades of Mimosa #F2F2CB

Tints of Mimosa #F2F2CB

Color information

#F2F2CB (or 0xF2F2CB) is unknown color: approx Mimosa. HEX triplet: F2, F2 and CB. RGB value is (242,242,203). Sum of RGB (Red+Green+Blue) = 242+242+203=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2CB is #0D0D34. Grayscale: #EDEDED. Windows color (decimal): -855349 or 13366002. OLE color: 13366002.

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

Color convert

RGB242242203-
CMYK000.160.05
HSL60º60%87.25%-
HSV(B)60º16.12%94.9%-
XYZ79.1586.6969.06-
YUV237.55108.5131.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=35.23%
G=35.23%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242203000.160.05606087.25
HexF2F2CB001053c3c57
Octal362362313002057474127
Binary11110010111100101100101100100001011111001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2CB; }

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

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

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

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

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

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

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

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