Shades of Light Pink #FFAFC0
Tints of Light Pink #FFAFC0
RGB
CMYK
RGB Variations
Color information
#FFAFC0 (or 0xFFAFC0) is known color: Light Pink. HEX triplet: FF, AF and C0. RGB value is (255,175,192). Sum of RGB (Red+Green+Blue) = 255+175+192=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC0 is #00503F. Grayscale: #C8C8C8. Windows color (decimal): -20544 or 12627967. OLE color: 12627967.
HSL color Cylindrical-coordinate representation of color #FFAFC0: hue angle of 347.25º 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 #FFAFC0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 192 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 347.25º | 1% | 0.84% | - |
| HSV(B) | 347.25º | 0.31% | 1% | - |
| XYZ | 66.08 | 55.73 | 57.14 | - |
| YUV | 200.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 192 | 0 | 0.31 | 0.25 | 0 | 347.25 | 1 | 0.84 |
| Hex | FF | AF | C0 | 0 | 1F | 19 | 0 | 15B | 64 | 54 |
| Octal | 377 | 257 | 300 | 0 | 37 | 31 | 0 | 533 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11000000 | 0 | 11111 | 11001 | 0 | 101011011 | 1100100 | 1010100 |
Color Harmonies of #FFAFC0
Complementary color
Monochromatic Colors of #FFAFC0
Black with #FFAFC0
Text Example
Text Example
White with #FFAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFC0; }
p { color: rgb(255,175,192); }
H1.HeaderClassName
{
color: #FFAFC0;
}
.AnyTagClassName
{
color: #FFAFC0;
}
</style>
background-color css
<style>
a { background-color: #FFAFC0; }
a { background-color: rgb(255,175,192); }
div.DivClassName
{
background-color: #FFAFC0;
}
.BgClassName
{
background-color: #FFAFC0;
}
</style>
border-color css
<style>
span { border-color: #FFAFC0; }
span { border-color: rgb(255,175,192); }
td.TdClassName
{
border-color: #FFAFC0;
}
.TagClassName
{
border-color: #FFAFC0;
}
</style>