#F9A9B5

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

Shades of Light Pink #F9A9B5

Tints of Light Pink #F9A9B5

Color information

#F9A9B5 (or 0xF9A9B5) is unknown color: approx Light Pink. HEX triplet: F9, A9 and B5. RGB value is (249,169,181). Sum of RGB (Red+Green+Blue) = 249+169+181=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9B5 is #06564A. Grayscale: #C2C2C2. Windows color (decimal): -415307 or 11905529. OLE color: 11905529.

HSL color Cylindrical-coordinate representation of color #F9A9B5: hue angle of 351º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9A9B5 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249169181-
CMYK00.320.270.02
HSL351º86.96%81.96%-
HSV(B)351º32.13%97.65%-
XYZ61.651.8550.48-
YUV194.29120.5167.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=41.57%
G=28.21%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916918100.320.270.0235186.9681.96
HexF9A9B50201B215f5752
Octal371251265040332537127122
Binary1111100110101001101101010100000110111010101111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9B5; }

 p { color: rgb(249,169,181); }

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

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

 a { background-color: rgb(249,169,181); }

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

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

 span { border-color: rgb(249,169,181); }

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