#F4F3CB

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

Shades of Mimosa #F4F3CB

Tints of Mimosa #F4F3CB

Color information

#F4F3CB (or 0xF4F3CB) is unknown color: approx Mimosa. HEX triplet: F4, F3 and CB. RGB value is (244,243,203). Sum of RGB (Red+Green+Blue) = 244+243+203=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F3CB is #0B0C34. Grayscale: #EEEEEE. Windows color (decimal): -724021 or 13366260. OLE color: 13366260.

HSL color Cylindrical-coordinate representation of color #F4F3CB: hue angle of 58.54º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4F3CB is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244243203-
CMYK00.000.170.04
HSL58.54º65.08%87.65%-
HSV(B)58.54º16.8%95.69%-
XYZ80.1487.6569.19-
YUV238.74107.83131.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 29.42%
R=35.36%
G=35.22%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424320300.000.170.0458.5465.0887.65
HexF4F3CB001143b4158
Octal3643633130021473101130
Binary111101001111001111001011001000110011101110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F3CB; }

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

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

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

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

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

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

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

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