Shades of Light Pink #FFABAF
Tints of Light Pink #FFABAF
RGB
CMYK
RGB Variations
Color information
#FFABAF (or 0xFFABAF) is known color: 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
RGB | 255 | 171 | 175 | - |
CMYK | 0 | 0.33 | 0.31 | 0 |
HSL | 357.14º | 1% | 0.84% | - |
HSV(B) | 357.14º | 0.33% | 1% | - |
XYZ | 63.54 | 53.48 | 47.53 | - |
YUV | 196.57 | 115.83 | 169.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 171 | 175 | 0 | 0.33 | 0.31 | 0 | 357.14 | 1 | 0.84 |
Hex | FF | AB | AF | 0 | 21 | 1F | 0 | 165 | 64 | 54 |
Octal | 377 | 253 | 257 | 0 | 41 | 37 | 0 | 545 | 144 | 124 |
Binary | 11111111 | 10101011 | 10101111 | 0 | 100001 | 11111 | 0 | 101100101 | 1100100 | 1010100 |
Color Harmonies of #FFABAF
Complementary color
Monochromatic Colors of #FFABAF
Black with #FFABAF
Text Example
Text Example
White with #FFABAF
Text Example
Text Example
HTML Codes & Css Web 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>