#F8F6CA

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

Shades of Mimosa #F8F6CA

Tints of Mimosa #F8F6CA

Color information

#F8F6CA (or 0xF8F6CA) is unknown color: approx Mimosa. HEX triplet: F8, F6 and CA. RGB value is (248,246,202). Sum of RGB (Red+Green+Blue) = 248+246+202=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F6CA is #070935. Grayscale: #F1F1F1. Windows color (decimal): -461110 or 13301496. OLE color: 13301496.

HSL color Cylindrical-coordinate representation of color #F8F6CA: hue angle of 57.39º 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 #F8F6CA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248246202-
CMYK00.010.190.03
HSL57.39º76.67%88.24%-
HSV(B)57.39º18.55%97.25%-
XYZ82.3390.1368.94-
YUV241.58105.66132.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 246 (96.48% from 255) = 35.34%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=35.63%
G=35.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824620200.010.190.0357.3976.6788.24
HexF8F6CA01133394d58
Octal3703663120123371115130
Binary11111000111101101100101001100111111100110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F6CA; }

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

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

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

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

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

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

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

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