#FFABAF

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

Shades of Light Pink #FFABAF

Tints of Light Pink #FFABAF

Color information

#FFABAF (or 0xFFABAF) is unknown color: approx Light Pink. HEX triplet: FF, AB and AF. RGB value is (255,171,175). Sum of RGB (Red+Green+Blue) = 255+171+175=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABAF is #005450. Grayscale: #C4C4C4. Windows color (decimal): -21585 or 11512831. OLE color: 11512831.

HSL color Cylindrical-coordinate representation of color #FFABAF: hue angle of 357.14º 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 #FFABAF is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255171175-
CMYK00.330.310
HSL357.14º100%83.53%-
HSV(B)357.14º32.94%100%-
XYZ63.5453.4847.53-
YUV196.57115.83169.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=42.43%
G=28.45%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517117500.330.310357.1410083.53
HexFFABAF0211F01656454
Octal377253257041370545144124
Binary111111111010101110101111010000111111010110010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABAF; }

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

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

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

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

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

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

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

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