#F7B996

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

Shades of Mandys Pink #F7B996

Tints of Mandys Pink #F7B996

Color information

#F7B996 (or 0xF7B996) is unknown color: approx Mandys Pink. HEX triplet: F7, B9 and 96. RGB value is (247,185,150). Sum of RGB (Red+Green+Blue) = 247+185+150=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B996 is #084669. Grayscale: #C7C7C7. Windows color (decimal): -542314 or 9878007. OLE color: 9878007.

HSL color Cylindrical-coordinate representation of color #F7B996: hue angle of 21.65º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7B996 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247185150-
CMYK00.250.390.03
HSL21.65º85.84%77.84%-
HSV(B)21.65º39.27%96.86%-
XYZ61.2156.6736.57-
YUV199.55100.04161.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=42.44%
G=31.79%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718515000.250.390.0321.6585.8477.84
HexF7B99601927316564e
Octal36727122603147326126116
Binary111101111011100110010110011001100111111011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B996; }

 p { color: rgb(247,185,150); }

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

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

 a { background-color: rgb(247,185,150); }

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

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

 span { border-color: rgb(247,185,150); }

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