#FFABAC

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

Shades of Light Pink #FFABAC

Tints of Light Pink #FFABAC

Color information

#FFABAC (or 0xFFABAC) is unknown color: approx Light Pink. HEX triplet: FF, AB and AC. RGB value is (255,171,172). Sum of RGB (Red+Green+Blue) = 255+171+172=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABAC is #005453. Grayscale: #C4C4C4. Windows color (decimal): -21588 or 11316223. OLE color: 11316223.

HSL color Cylindrical-coordinate representation of color #FFABAC: hue angle of 359.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABAC is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255171172-
CMYK00.330.330
HSL359.29º100%83.53%-
HSV(B)359.29º32.94%100%-
XYZ63.2553.3646-
YUV196.23114.33169.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=42.64%
G=28.60%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517117200.330.330359.2910083.53
HexFFABAC0212101676454
Octal377253254041410547144124
Binary1111111110101011101011000100001100001010110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABAC; }

 p { color: rgb(255,171,172); }

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

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

 a { background-color: rgb(255,171,172); }

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

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

 span { border-color: rgb(255,171,172); }

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