#F7ADB9

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

Shades of Light Pink #F7ADB9

Tints of Light Pink #F7ADB9

Color information

#F7ADB9 (or 0xF7ADB9) is unknown color: approx Light Pink. HEX triplet: F7, AD and B9. RGB value is (247,173,185). Sum of RGB (Red+Green+Blue) = 247+173+185=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADB9 is #085246. Grayscale: #C4C4C4. Windows color (decimal): -545351 or 12168695. OLE color: 12168695.

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

Color convert

RGB247173185-
CMYK00.300.250.03
HSL350.27º82.22%82.35%-
HSV(B)350.27º29.96%96.86%-
XYZ62.0653.1652.89-
YUV196.49121.52164.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=40.83%
G=28.60%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717318500.300.250.03350.2782.2282.35
HexF7ADB901E19315e5252
Octal367255271036313536122122
Binary111101111010110110111001011110110011110101111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADB9; }

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

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

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

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

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

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

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

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