Shades of Light Pink #FFAFBE
Tints of Light Pink #FFAFBE
RGB
CMYK
RGB Variations
Color information
#FFAFBE (or 0xFFAFBE) is known color: Light Pink. HEX triplet: FF, AF and BE. RGB value is (255,175,190). Sum of RGB (Red+Green+Blue) = 255+175+190=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBE is #005041. Grayscale: #C8C8C8. Windows color (decimal): -20546 or 12496895. OLE color: 12496895.
HSL color Cylindrical-coordinate representation of color #FFAFBE: hue angle of 348.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 #FFAFBE is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 190 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 348.75º | 1% | 0.84% | - |
| HSV(B) | 348.75º | 0.31% | 1% | - |
| XYZ | 65.86 | 55.64 | 55.98 | - |
| YUV | 200.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 190 | 0 | 0.31 | 0.25 | 0 | 348.75 | 1 | 0.84 |
| Hex | FF | AF | BE | 0 | 1F | 19 | 0 | 15D | 64 | 54 |
| Octal | 377 | 257 | 276 | 0 | 37 | 31 | 0 | 535 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10111110 | 0 | 11111 | 11001 | 0 | 101011101 | 1100100 | 1010100 |
Color Harmonies of #FFAFBE
Complementary color
Monochromatic Colors of #FFAFBE
Black with #FFAFBE
Text Example
Text Example
White with #FFAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFBE; }
p { color: rgb(255,175,190); }
H1.HeaderClassName
{
color: #FFAFBE;
}
.AnyTagClassName
{
color: #FFAFBE;
}
</style>
background-color css
<style>
a { background-color: #FFAFBE; }
a { background-color: rgb(255,175,190); }
div.DivClassName
{
background-color: #FFAFBE;
}
.BgClassName
{
background-color: #FFAFBE;
}
</style>
border-color css
<style>
span { border-color: #FFAFBE; }
span { border-color: rgb(255,175,190); }
td.TdClassName
{
border-color: #FFAFBE;
}
.TagClassName
{
border-color: #FFAFBE;
}
</style>