Shades of Light Pink #FFA8AF
Tints of Light Pink #FFA8AF
RGB
CMYK
RGB Variations
Color information
#FFA8AF (or 0xFFA8AF) is known color: Light Pink. HEX triplet: FF, A8 and AF. RGB value is (255,168,175). Sum of RGB (Red+Green+Blue) = 255+168+175=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8AF is #005750. Grayscale: #C2C2C2. Windows color (decimal): -22353 or 11512063. OLE color: 11512063.
HSL color Cylindrical-coordinate representation of color #FFA8AF: hue angle of 355.17º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8AF is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 175 | - |
| CMYK | 0 | 0.34 | 0.31 | 0 |
| HSL | 355.17º | 1% | 0.83% | - |
| HSV(B) | 355.17º | 0.34% | 1% | - |
| XYZ | 62.98 | 52.36 | 47.34 | - |
| YUV | 194.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 175 | 0 | 0.34 | 0.31 | 0 | 355.17 | 1 | 0.83 |
| Hex | FF | A8 | AF | 0 | 22 | 1F | 0 | 163 | 64 | 53 |
| Octal | 377 | 250 | 257 | 0 | 42 | 37 | 0 | 543 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10101111 | 0 | 100010 | 11111 | 0 | 101100011 | 1100100 | 1010011 |
Color Harmonies of #FFA8AF
Complementary color
Monochromatic Colors of #FFA8AF
Black with #FFA8AF
Text Example
Text Example
White with #FFA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8AF; }
p { color: rgb(255,168,175); }
H1.HeaderClassName
{
color: #FFA8AF;
}
.AnyTagClassName
{
color: #FFA8AF;
}
</style>
background-color css
<style>
a { background-color: #FFA8AF; }
a { background-color: rgb(255,168,175); }
div.DivClassName
{
background-color: #FFA8AF;
}
.BgClassName
{
background-color: #FFA8AF;
}
</style>
border-color css
<style>
span { border-color: #FFA8AF; }
span { border-color: rgb(255,168,175); }
td.TdClassName
{
border-color: #FFA8AF;
}
.TagClassName
{
border-color: #FFA8AF;
}
</style>