#F7AAB8

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

Shades of Light Pink #F7AAB8

Tints of Light Pink #F7AAB8

Color information

#F7AAB8 (or 0xF7AAB8) is unknown color: approx Light Pink. HEX triplet: F7, AA and B8. RGB value is (247,170,184). Sum of RGB (Red+Green+Blue) = 247+170+184=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAB8 is #085547. Grayscale: #C2C2C2. Windows color (decimal): -546120 or 12102391. OLE color: 12102391.

HSL color Cylindrical-coordinate representation of color #F7AAB8: hue angle of 349.09º 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 #F7AAB8 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB247170184-
CMYK00.310.260.03
HSL349.09º82.8%81.76%-
HSV(B)349.09º31.17%96.86%-
XYZ61.3851.9852.15-
YUV194.62122.01165.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 184 (72.27% from 255) = 30.62%
R=41.10%
G=28.29%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717018400.310.260.03349.0982.881.76
HexF7AAB801F1A315d5352
Octal367252270037323535123122
Binary111101111010101010111000011111110101110101110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAB8; }

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

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

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

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

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

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

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

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