#F7AAB1

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

Shades of Light Pink #F7AAB1

Tints of Light Pink #F7AAB1

Color information

#F7AAB1 (or 0xF7AAB1) is unknown color: approx Light Pink. HEX triplet: F7, AA and B1. RGB value is (247,170,177). Sum of RGB (Red+Green+Blue) = 247+170+177=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AAB1 is #08554E. Grayscale: #C1C1C1. Windows color (decimal): -546127 or 11643639. OLE color: 11643639.

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

Color convert

RGB247170177-
CMYK00.310.280.03
HSL354.55º82.8%81.76%-
HSV(B)354.55º31.17%96.86%-
XYZ60.6751.748.38-
YUV193.82118.51165.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=41.58%
G=28.62%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717017700.310.280.03354.5582.881.76
HexF7AAB101F1C31635352
Octal367252261037343543123122
Binary111101111010101010110001011111111001110110001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAB1; }

 p { color: rgb(247,170,177); }

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

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

 a { background-color: rgb(247,170,177); }

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

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

 span { border-color: rgb(247,170,177); }

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