#F3F4CC

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

Shades of Mimosa #F3F4CC

Tints of Mimosa #F3F4CC

Color information

#F3F4CC (or 0xF3F4CC) is unknown color: approx Mimosa. HEX triplet: F3, F4 and CC. RGB value is (243,244,204). Sum of RGB (Red+Green+Blue) = 243+244+204=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F4CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F4CC is #0C0B33. Grayscale: #EFEFEF. Windows color (decimal): -789300 or 13432051. OLE color: 13432051.

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

Color convert

RGB243244204-
CMYK0.0000.160.04
HSL61.5º64.52%87.84%-
HSV(B)61.5º16.39%95.69%-
XYZ80.2188.1269.91-
YUV239.14108.17130.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.17%
GREEN value IS 244 (95.70% from 255) = 35.31%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=35.17%
G=35.31%
B=29.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432442040.0000.160.0461.564.5287.84
HexF3F4CC001043e4158
Octal3633643140020476101130
Binary111100111111010011001100001000010011111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F4CC; }

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

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

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

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

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

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

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

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