#F3F3CB

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

Shades of Mimosa #F3F3CB

Tints of Mimosa #F3F3CB

Color information

#F3F3CB (or 0xF3F3CB) is unknown color: approx Mimosa. HEX triplet: F3, F3 and CB. RGB value is (243,243,203). Sum of RGB (Red+Green+Blue) = 243+243+203=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F3CB is #0C0C34. Grayscale: #EEEEEE. Windows color (decimal): -789557 or 13366259. OLE color: 13366259.

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

Color convert

RGB243243203-
CMYK000.160.05
HSL60º62.5%87.45%-
HSV(B)60º16.46%95.29%-
XYZ79.7987.4769.18-
YUV238.44108131.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=35.27%
G=35.27%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243243203000.160.056062.587.45
HexF3F3CB001053c3e57
Octal363363313002057476127
Binary11110011111100111100101100100001011111001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F3CB; }

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

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

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

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

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

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

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

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