#F7F6CC

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

Shades of Mimosa #F7F6CC

Tints of Mimosa #F7F6CC

Color information

#F7F6CC (or 0xF7F6CC) is unknown color: approx Mimosa. HEX triplet: F7, F6 and CC. RGB value is (247,246,204). Sum of RGB (Red+Green+Blue) = 247+246+204=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F6CC is #080933. Grayscale: #F1F1F1. Windows color (decimal): -526644 or 13432567. OLE color: 13432567.

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

Color convert

RGB247246204-
CMYK00.000.170.03
HSL58.6º72.88%88.43%-
HSV(B)58.6º17.41%96.86%-
XYZ82.2190.0570.17-
YUV241.51106.83131.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 246 (96.48% from 255) = 35.29%
BLUE value IS 204 (80.08% from 255) = 29.27%
R=35.44%
G=35.29%
B=29.27%

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
Decimal24724620400.000.170.0358.672.8888.43
HexF7F6CC001133b4958
Octal3673663140021373111130
Binary11110111111101101100110000100011111101110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6CC; }

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

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

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

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

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

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

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

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