#F9ABB1

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

Shades of Light Pink #F9ABB1

Tints of Light Pink #F9ABB1

Color information

#F9ABB1 (or 0xF9ABB1) is unknown color: approx Light Pink. HEX triplet: F9, AB and B1. RGB value is (249,171,177). Sum of RGB (Red+Green+Blue) = 249+171+177=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ABB1 is #06544E. Grayscale: #C3C3C3. Windows color (decimal): -414799 or 11643897. OLE color: 11643897.

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

Color convert

RGB249171177-
CMYK00.310.290.02
HSL355.38º86.67%82.35%-
HSV(B)355.38º31.33%97.65%-
XYZ61.5752.4448.47-
YUV195.01117.84166.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=41.71%
G=28.64%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917117700.310.290.02355.3886.6782.35
HexF9ABB101F1D21635752
Octal371253261037352543127122
Binary111110011010101110110001011111111011010110001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABB1; }

 p { color: rgb(249,171,177); }

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

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

 a { background-color: rgb(249,171,177); }

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

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

 span { border-color: rgb(249,171,177); }

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