Shades of Light Pink #FFAFB6
Tints of Light Pink #FFAFB6
RGB
CMYK
RGB Variations
Color information
#FFAFB6 (or 0xFFAFB6) is known color: Light Pink. HEX triplet: FF, AF and B6. RGB value is (255,175,182). Sum of RGB (Red+Green+Blue) = 255+175+182=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB6 is #005049. Grayscale: #C7C7C7. Windows color (decimal): -20554 or 11972607. OLE color: 11972607.
HSL color Cylindrical-coordinate representation of color #FFAFB6: hue angle of 354.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 #FFAFB6 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 182 | - |
| CMYK | 0 | 0.31 | 0.29 | 0 |
| HSL | 354.75º | 1% | 0.84% | - |
| HSV(B) | 354.75º | 0.31% | 1% | - |
| XYZ | 65.01 | 55.3 | 51.5 | - |
| YUV | 199.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 182 | 0 | 0.31 | 0.29 | 0 | 354.75 | 1 | 0.84 |
| Hex | FF | AF | B6 | 0 | 1F | 1D | 0 | 163 | 64 | 54 |
| Octal | 377 | 257 | 266 | 0 | 37 | 35 | 0 | 543 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10110110 | 0 | 11111 | 11101 | 0 | 101100011 | 1100100 | 1010100 |
Color Harmonies of #FFAFB6
Complementary color
Monochromatic Colors of #FFAFB6
Black with #FFAFB6
Text Example
Text Example
White with #FFAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFB6; }
p { color: rgb(255,175,182); }
H1.HeaderClassName
{
color: #FFAFB6;
}
.AnyTagClassName
{
color: #FFAFB6;
}
</style>
background-color css
<style>
a { background-color: #FFAFB6; }
a { background-color: rgb(255,175,182); }
div.DivClassName
{
background-color: #FFAFB6;
}
.BgClassName
{
background-color: #FFAFB6;
}
</style>
border-color css
<style>
span { border-color: #FFAFB6; }
span { border-color: rgb(255,175,182); }
td.TdClassName
{
border-color: #FFAFB6;
}
.TagClassName
{
border-color: #FFAFB6;
}
</style>