#F7F6CF

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

Shades of Mimosa #F7F6CF

Tints of Mimosa #F7F6CF

Color information

#F7F6CF (or 0xF7F6CF) is unknown color: approx Mimosa. HEX triplet: F7, F6 and CF. RGB value is (247,246,207). Sum of RGB (Red+Green+Blue) = 247+246+207=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F6CF is #080930. Grayscale: #F2F2F2. Windows color (decimal): -526641 or 13629175. OLE color: 13629175.

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

Color convert

RGB247246207-
CMYK00.000.160.03
HSL58.5º71.43%89.02%-
HSV(B)58.5º16.19%96.86%-
XYZ82.5890.1972.09-
YUV241.85108.33131.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.29%
GREEN value IS 246 (96.48% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 29.57%
R=35.29%
G=35.14%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724620700.000.160.0358.571.4389.02
HexF7F6CF001033a4759
Octal3673663170020372107131
Binary11110111111101101100111100100001111101010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6CF; }

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

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

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

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

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

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

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

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