Shades of Light Pink #FFAFC1
Tints of Light Pink #FFAFC1
RGB
CMYK
RGB Variations
Color information
#FFAFC1 (or 0xFFAFC1) is known color: Light Pink. HEX triplet: FF, AF and C1. RGB value is (255,175,193). Sum of RGB (Red+Green+Blue) = 255+175+193=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC1 is #00503E. Grayscale: #C8C8C8. Windows color (decimal): -20543 or 12693503. OLE color: 12693503.
HSL color Cylindrical-coordinate representation of color #FFAFC1: hue angle of 346.5º 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 #FFAFC1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 346.5º | 1% | 0.84% | - |
| HSV(B) | 346.5º | 0.31% | 1% | - |
| XYZ | 66.2 | 55.77 | 57.73 | - |
| YUV | 200.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 193 | 0 | 0.31 | 0.24 | 0 | 346.5 | 1 | 0.84 |
| Hex | FF | AF | C1 | 0 | 1F | 18 | 0 | 15A | 64 | 54 |
| Octal | 377 | 257 | 301 | 0 | 37 | 30 | 0 | 532 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11000001 | 0 | 11111 | 11000 | 0 | 101011010 | 1100100 | 1010100 |
Color Harmonies of #FFAFC1
Complementary color
Monochromatic Colors of #FFAFC1
Black with #FFAFC1
Text Example
Text Example
White with #FFAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFC1; }
p { color: rgb(255,175,193); }
H1.HeaderClassName
{
color: #FFAFC1;
}
.AnyTagClassName
{
color: #FFAFC1;
}
</style>
background-color css
<style>
a { background-color: #FFAFC1; }
a { background-color: rgb(255,175,193); }
div.DivClassName
{
background-color: #FFAFC1;
}
.BgClassName
{
background-color: #FFAFC1;
}
</style>
border-color css
<style>
span { border-color: #FFAFC1; }
span { border-color: rgb(255,175,193); }
td.TdClassName
{
border-color: #FFAFC1;
}
.TagClassName
{
border-color: #FFAFC1;
}
</style>