#F6F5CE

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

Shades of Mimosa #F6F5CE

Tints of Mimosa #F6F5CE

Color information

#F6F5CE (or 0xF6F5CE) is unknown color: approx Mimosa. HEX triplet: F6, F5 and CE. RGB value is (246,245,206). Sum of RGB (Red+Green+Blue) = 246+245+206=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F5CE is #090A31. Grayscale: #F1F1F1. Windows color (decimal): -592434 or 13563382. OLE color: 13563382.

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

Color convert

RGB246245206-
CMYK00.000.160.04
HSL58.5º68.97%88.63%-
HSV(B)58.5º16.26%96.47%-
XYZ81.889.3571.33-
YUV240.85108.33131.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.29%
GREEN value IS 245 (96.09% from 255) = 35.15%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=35.29%
G=35.15%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624520600.000.160.0458.568.9788.63
HexF6F5CE001043a4559
Octal3663653160020472105131
Binary111101101111010111001110001000010011101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F5CE; }

 p { color: rgb(246,245,206); }

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

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

 a { background-color: rgb(246,245,206); }

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

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

 span { border-color: rgb(246,245,206); }

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