Shades of Light Pink #FFA6AF
Tints of Light Pink #FFA6AF
RGB
CMYK
RGB Variations
Color information
#FFA6AF (or 0xFFA6AF) is known color: Light Pink. HEX triplet: FF, A6 and AF. RGB value is (255,166,175). Sum of RGB (Red+Green+Blue) = 255+166+175=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AF is #005950. Grayscale: #C1C1C1. Windows color (decimal): -22865 or 11511551. OLE color: 11511551.
HSL color Cylindrical-coordinate representation of color #FFA6AF: hue angle of 353.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6AF is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 175 | - |
| CMYK | 0 | 0.35 | 0.31 | 0 |
| HSL | 353.93º | 1% | 0.83% | - |
| HSV(B) | 353.93º | 0.35% | 1% | - |
| XYZ | 62.61 | 51.63 | 47.22 | - |
| YUV | 193.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 175 | 0 | 0.35 | 0.31 | 0 | 353.93 | 1 | 0.83 |
| Hex | FF | A6 | AF | 0 | 23 | 1F | 0 | 162 | 64 | 53 |
| Octal | 377 | 246 | 257 | 0 | 43 | 37 | 0 | 542 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10101111 | 0 | 100011 | 11111 | 0 | 101100010 | 1100100 | 1010011 |
Color Harmonies of #FFA6AF
Complementary color
Monochromatic Colors of #FFA6AF
Black with #FFA6AF
Text Example
Text Example
White with #FFA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6AF; }
p { color: rgb(255,166,175); }
H1.HeaderClassName
{
color: #FFA6AF;
}
.AnyTagClassName
{
color: #FFA6AF;
}
</style>
background-color css
<style>
a { background-color: #FFA6AF; }
a { background-color: rgb(255,166,175); }
div.DivClassName
{
background-color: #FFA6AF;
}
.BgClassName
{
background-color: #FFA6AF;
}
</style>
border-color css
<style>
span { border-color: #FFA6AF; }
span { border-color: rgb(255,166,175); }
td.TdClassName
{
border-color: #FFA6AF;
}
.TagClassName
{
border-color: #FFA6AF;
}
</style>