Shades of Cupid #FBAFC7
Tints of Cupid #FBAFC7
RGB
CMYK
RGB Variations
Color information
#FBAFC7 (or 0xFBAFC7) is known color: Cupid. HEX triplet: FB, AF and C7. RGB value is (251,175,199). Sum of RGB (Red+Green+Blue) = 251+175+199=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC7 is #045038. Grayscale: #C8C8C8. Windows color (decimal): -282681 or 13086715. OLE color: 13086715.
HSL color Cylindrical-coordinate representation of color #FBAFC7: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFC7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 199 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.02 |
| HSL | 341.05º | 0.9% | 0.84% | - |
| HSV(B) | 341.05º | 0.3% | 0.98% | - |
| XYZ | 65.42 | 55.29 | 61.26 | - |
| YUV | 200.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 199 | 0 | 0.30 | 0.21 | 0.02 | 341.05 | 0.9 | 0.84 |
| Hex | FB | AF | C7 | 0 | 1E | 15 | 2 | 155 | 5A | 54 |
| Octal | 373 | 257 | 307 | 0 | 36 | 25 | 2 | 525 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11000111 | 0 | 11110 | 10101 | 10 | 101010101 | 1011010 | 1010100 |
Color Harmonies of #FBAFC7
Complementary color
Monochromatic Colors of #FBAFC7
Black with #FBAFC7
Text Example
Text Example
White with #FBAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC7; }
p { color: rgb(251,175,199); }
H1.HeaderClassName
{
color: #FBAFC7;
}
.AnyTagClassName
{
color: #FBAFC7;
}
</style>
background-color css
<style>
a { background-color: #FBAFC7; }
a { background-color: rgb(251,175,199); }
div.DivClassName
{
background-color: #FBAFC7;
}
.BgClassName
{
background-color: #FBAFC7;
}
</style>
border-color css
<style>
span { border-color: #FBAFC7; }
span { border-color: rgb(251,175,199); }
td.TdClassName
{
border-color: #FBAFC7;
}
.TagClassName
{
border-color: #FBAFC7;
}
</style>