#F8F7CA

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

Shades of Mimosa #F8F7CA

Tints of Mimosa #F8F7CA

Color information

#F8F7CA (or 0xF8F7CA) is unknown color: approx Mimosa. HEX triplet: F8, F7 and CA. RGB value is (248,247,202). Sum of RGB (Red+Green+Blue) = 248+247+202=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F7CA is #070835. Grayscale: #F2F2F2. Windows color (decimal): -460854 or 13301752. OLE color: 13301752.

HSL color Cylindrical-coordinate representation of color #F8F7CA: hue angle of 58.7º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8F7CA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248247202-
CMYK00.000.190.03
HSL58.7º76.67%88.24%-
HSV(B)58.7º18.55%97.25%-
XYZ82.6390.7469.04-
YUV242.17105.33132.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 247 (96.88% from 255) = 35.44%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=35.58%
G=35.44%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824720200.000.190.0358.776.6788.24
HexF8F7CA001333b4d58
Octal3703673120023373115130
Binary11111000111101111100101000100111111101110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F7CA; }

 p { color: rgb(248,247,202); }

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

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

 a { background-color: rgb(248,247,202); }

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

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

 span { border-color: rgb(248,247,202); }

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