#F6F7CE

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

Shades of Mimosa #F6F7CE

Tints of Mimosa #F6F7CE

Color information

#F6F7CE (or 0xF6F7CE) is unknown color: approx Mimosa. HEX triplet: F6, F7 and CE. RGB value is (246,247,206). Sum of RGB (Red+Green+Blue) = 246+247+206=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F7CE is #090831. Grayscale: #F2F2F2. Windows color (decimal): -591922 or 13563894. OLE color: 13563894.

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

Color convert

RGB246247206-
CMYK0.0000.170.03
HSL61.46º71.93%88.82%-
HSV(B)61.46º16.6%96.86%-
XYZ82.4190.5771.53-
YUV242.03107.67130.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.19%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=35.19%
G=35.34%
B=29.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462472060.0000.170.0361.4671.9388.82
HexF6F7CE001133d4859
Octal3663673160021375110131
Binary11110110111101111100111000100011111110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F7CE; }

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

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

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

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

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

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

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

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