#F5A9B1

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

Shades of Light Pink #F5A9B1

Tints of Light Pink #F5A9B1

Color information

#F5A9B1 (or 0xF5A9B1) is unknown color: approx Light Pink. HEX triplet: F5, A9 and B1. RGB value is (245,169,177). Sum of RGB (Red+Green+Blue) = 245+169+177=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A9B1 is #0A564E. Grayscale: #C0C0C0. Windows color (decimal): -677455 or 11643381. OLE color: 11643381.

HSL color Cylindrical-coordinate representation of color #F5A9B1: hue angle of 353.68º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9B1 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB245169177-
CMYK00.310.280.04
HSL353.68º79.17%81.18%-
HSV(B)353.68º31.02%96.08%-
XYZ59.7850.9648.28-
YUV192.64119.18165.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=41.46%
G=28.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516917700.310.280.04353.6879.1781.18
HexF5A9B101F1C41624f51
Octal365251261037344542117121
Binary1111010110101001101100010111111110010010110001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9B1; }

 p { color: rgb(245,169,177); }

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

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

 a { background-color: rgb(245,169,177); }

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

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

 span { border-color: rgb(245,169,177); }

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