#F3F2CB

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

Shades of Mimosa #F3F2CB

Tints of Mimosa #F3F2CB

Color information

#F3F2CB (or 0xF3F2CB) is unknown color: approx Mimosa. HEX triplet: F3, F2 and CB. RGB value is (243,242,203). Sum of RGB (Red+Green+Blue) = 243+242+203=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2CB is #0C0D34. Grayscale: #EEEEEE. Windows color (decimal): -789813 or 13366003. OLE color: 13366003.

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

Color convert

RGB243242203-
CMYK00.000.160.05
HSL58.5º62.5%87.45%-
HSV(B)58.5º16.46%95.29%-
XYZ79.4986.8769.08-
YUV237.85108.33131.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=35.32%
G=35.17%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324220300.000.160.0558.562.587.45
HexF3F2CB001053a3e57
Octal363362313002057276127
Binary11110011111100101100101100100001011110101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2CB; }

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

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

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

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

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

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

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

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