#F8AAB5

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

Shades of Light Pink #F8AAB5

Tints of Light Pink #F8AAB5

Color information

#F8AAB5 (or 0xF8AAB5) is unknown color: approx Light Pink. HEX triplet: F8, AA and B5. RGB value is (248,170,181). Sum of RGB (Red+Green+Blue) = 248+170+181=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAB5 is #07554A. Grayscale: #C2C2C2. Windows color (decimal): -480587 or 11905784. OLE color: 11905784.

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

Color convert

RGB248170181-
CMYK00.310.270.03
HSL351.54º84.78%81.96%-
HSV(B)351.54º31.45%97.25%-
XYZ61.4352.0450.52-
YUV194.58120.34166.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.40%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=41.40%
G=28.38%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817018100.310.270.03351.5484.7881.96
HexF8AAB501F1B31605552
Octal370252265037333540125122
Binary111110001010101010110101011111110111110110000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AAB5; }

 p { color: rgb(248,170,181); }

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

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

 a { background-color: rgb(248,170,181); }

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

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

 span { border-color: rgb(248,170,181); }

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