Shades of Cupid #FBAFC8
Tints of Cupid #FBAFC8
RGB
CMYK
RGB Variations
Color information
#FBAFC8 (or 0xFBAFC8) is known color: Cupid. HEX triplet: FB, AF and C8. RGB value is (251,175,200). Sum of RGB (Red+Green+Blue) = 251+175+200=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC8 is #045037. Grayscale: #C8C8C8. Windows color (decimal): -282680 or 13152251. OLE color: 13152251.
HSL color Cylindrical-coordinate representation of color #FBAFC8: hue angle of 340.26º 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 #FBAFC8 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 200 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.02 |
| HSL | 340.26º | 0.9% | 0.84% | - |
| HSV(B) | 340.26º | 0.3% | 0.98% | - |
| XYZ | 65.54 | 55.34 | 61.87 | - |
| YUV | 200.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 200 | 0 | 0.30 | 0.20 | 0.02 | 340.26 | 0.9 | 0.84 |
| Hex | FB | AF | C8 | 0 | 1E | 14 | 2 | 154 | 5A | 54 |
| Octal | 373 | 257 | 310 | 0 | 36 | 24 | 2 | 524 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11001000 | 0 | 11110 | 10100 | 10 | 101010100 | 1011010 | 1010100 |
Color Harmonies of #FBAFC8
Complementary color
Monochromatic Colors of #FBAFC8
Black with #FBAFC8
Text Example
Text Example
White with #FBAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC8; }
p { color: rgb(251,175,200); }
H1.HeaderClassName
{
color: #FBAFC8;
}
.AnyTagClassName
{
color: #FBAFC8;
}
</style>
background-color css
<style>
a { background-color: #FBAFC8; }
a { background-color: rgb(251,175,200); }
div.DivClassName
{
background-color: #FBAFC8;
}
.BgClassName
{
background-color: #FBAFC8;
}
</style>
border-color css
<style>
span { border-color: #FBAFC8; }
span { border-color: rgb(251,175,200); }
td.TdClassName
{
border-color: #FBAFC8;
}
.TagClassName
{
border-color: #FBAFC8;
}
</style>