#F7F6CE

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

Shades of Mimosa #F7F6CE

Tints of Mimosa #F7F6CE

Color information

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

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

Color convert

RGB247246206-
CMYK00.000.170.03
HSL58.54º71.93%88.82%-
HSV(B)58.54º16.6%96.86%-
XYZ82.4590.1471.45-
YUV241.74107.83131.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724620600.000.170.0358.5471.9388.82
HexF7F6CE001133b4859
Octal3673663160021373110131
Binary11110111111101101100111000100011111101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6CE; }

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

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

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

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

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

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

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

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