Shades of Light Pink #FFAFBA
Tints of Light Pink #FFAFBA
RGB
CMYK
RGB Variations
Color information
#FFAFBA (or 0xFFAFBA) is known color: Light Pink. HEX triplet: FF, AF and BA. RGB value is (255,175,186). Sum of RGB (Red+Green+Blue) = 255+175+186=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBA is #005045. Grayscale: #C8C8C8. Windows color (decimal): -20550 or 12234751. OLE color: 12234751.
HSL color Cylindrical-coordinate representation of color #FFAFBA: hue angle of 351.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFBA is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 186 | - |
| CMYK | 0 | 0.31 | 0.27 | 0 |
| HSL | 351.75º | 1% | 0.84% | - |
| HSV(B) | 351.75º | 0.31% | 1% | - |
| XYZ | 65.43 | 55.47 | 53.71 | - |
| YUV | 200.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 186 | 0 | 0.31 | 0.27 | 0 | 351.75 | 1 | 0.84 |
| Hex | FF | AF | BA | 0 | 1F | 1B | 0 | 160 | 64 | 54 |
| Octal | 377 | 257 | 272 | 0 | 37 | 33 | 0 | 540 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10111010 | 0 | 11111 | 11011 | 0 | 101100000 | 1100100 | 1010100 |
Color Harmonies of #FFAFBA
Complementary color
Monochromatic Colors of #FFAFBA
Black with #FFAFBA
Text Example
Text Example
White with #FFAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFBA; }
p { color: rgb(255,175,186); }
H1.HeaderClassName
{
color: #FFAFBA;
}
.AnyTagClassName
{
color: #FFAFBA;
}
</style>
background-color css
<style>
a { background-color: #FFAFBA; }
a { background-color: rgb(255,175,186); }
div.DivClassName
{
background-color: #FFAFBA;
}
.BgClassName
{
background-color: #FFAFBA;
}
</style>
border-color css
<style>
span { border-color: #FFAFBA; }
span { border-color: rgb(255,175,186); }
td.TdClassName
{
border-color: #FFAFBA;
}
.TagClassName
{
border-color: #FFAFBA;
}
</style>