#F7F8CC

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

Shades of Mimosa #F7F8CC

Tints of Mimosa #F7F8CC

Color information

#F7F8CC (or 0xF7F8CC) is unknown color: approx Mimosa. HEX triplet: F7, F8 and CC. RGB value is (247,248,204). Sum of RGB (Red+Green+Blue) = 247+248+204=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F8CC is #080733. Grayscale: #F2F2F2. Windows color (decimal): -526132 or 13433079. OLE color: 13433079.

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

Color convert

RGB247248204-
CMYK0.0000.180.03
HSL61.36º75.86%88.63%-
HSV(B)61.36º17.74%97.25%-
XYZ82.8291.2770.38-
YUV242.68106.17131.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.34%
GREEN value IS 248 (97.27% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 29.18%
R=35.34%
G=35.48%
B=29.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472482040.0000.180.0361.3675.8688.63
HexF7F8CC001233d4c59
Octal3673703140022375114131
Binary11110111111110001100110000100101111110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8CC; }

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

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

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

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

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

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

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

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