#F3F4D0

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

Shades of Mimosa #F3F4D0

Tints of Mimosa #F3F4D0

Color information

#F3F4D0 (or 0xF3F4D0) is unknown color: approx Mimosa. HEX triplet: F3, F4 and D0. RGB value is (243,244,208). Sum of RGB (Red+Green+Blue) = 243+244+208=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F4D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F4D0 is #0C0B2F. Grayscale: #EFEFEF. Windows color (decimal): -789296 or 13694195. OLE color: 13694195.

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

Color convert

RGB243244208-
CMYK0.0000.150.04
HSL61.67º62.07%88.63%-
HSV(B)61.67º14.75%95.69%-
XYZ80.788.3172.47-
YUV239.6110.17130.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 244 (95.70% from 255) = 35.11%
BLUE value IS 208 (81.64% from 255) = 29.93%
R=34.96%
G=35.11%
B=29.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432442080.0000.150.0461.6762.0788.63
HexF3F4D000F43e3e59
Octal363364320001747676131
Binary1111001111110100110100000011111001111101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F4D0; }

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

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

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

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

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

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

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

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