#F5F4CA

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

Shades of Mimosa #F5F4CA

Tints of Mimosa #F5F4CA

Color information

#F5F4CA (or 0xF5F4CA) is unknown color: approx Mimosa. HEX triplet: F5, F4 and CA. RGB value is (245,244,202). Sum of RGB (Red+Green+Blue) = 245+244+202=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F4CA is #0A0B35. Grayscale: #EFEFEF. Windows color (decimal): -658230 or 13300981. OLE color: 13300981.

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

Color convert

RGB245244202-
CMYK00.000.180.04
HSL58.6º68.25%87.65%-
HSV(B)58.6º17.55%96.08%-
XYZ80.6788.3868.68-
YUV239.51106.83131.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 244 (95.70% from 255) = 35.31%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=35.46%
G=35.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524420200.000.180.0458.668.2587.65
HexF5F4CA001243b4458
Octal3653643120022473104130
Binary111101011111010011001010001001010011101110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4CA; }

 p { color: rgb(245,244,202); }

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

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

 a { background-color: rgb(245,244,202); }

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

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

 span { border-color: rgb(245,244,202); }

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