Shades of Cupid #FBAFC9
Tints of Cupid #FBAFC9
RGB
CMYK
RGB Variations
Color information
#FBAFC9 (or 0xFBAFC9) is known color: Cupid. HEX triplet: FB, AF and C9. RGB value is (251,175,201). Sum of RGB (Red+Green+Blue) = 251+175+201=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC9 is #045036. Grayscale: #C8C8C8. Windows color (decimal): -282679 or 13217787. OLE color: 13217787.
HSL color Cylindrical-coordinate representation of color #FBAFC9: hue angle of 339.47º 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 #FBAFC9 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 201 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.02 |
| HSL | 339.47º | 0.9% | 0.84% | - |
| HSV(B) | 339.47º | 0.3% | 0.98% | - |
| XYZ | 65.66 | 55.39 | 62.49 | - |
| YUV | 200.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 201 | 0 | 0.30 | 0.20 | 0.02 | 339.47 | 0.9 | 0.84 |
| Hex | FB | AF | C9 | 0 | 1E | 14 | 2 | 153 | 5A | 54 |
| Octal | 373 | 257 | 311 | 0 | 36 | 24 | 2 | 523 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11001001 | 0 | 11110 | 10100 | 10 | 101010011 | 1011010 | 1010100 |
Color Harmonies of #FBAFC9
Complementary color
Monochromatic Colors of #FBAFC9
Black with #FBAFC9
Text Example
Text Example
White with #FBAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC9; }
p { color: rgb(251,175,201); }
H1.HeaderClassName
{
color: #FBAFC9;
}
.AnyTagClassName
{
color: #FBAFC9;
}
</style>
background-color css
<style>
a { background-color: #FBAFC9; }
a { background-color: rgb(251,175,201); }
div.DivClassName
{
background-color: #FBAFC9;
}
.BgClassName
{
background-color: #FBAFC9;
}
</style>
border-color css
<style>
span { border-color: #FBAFC9; }
span { border-color: rgb(251,175,201); }
td.TdClassName
{
border-color: #FBAFC9;
}
.TagClassName
{
border-color: #FBAFC9;
}
</style>