Shades of Cupid #FBAFC0
Tints of Cupid #FBAFC0
RGB
CMYK
RGB Variations
Color information
#FBAFC0 (or 0xFBAFC0) is known color: Cupid. HEX triplet: FB, AF and C0. RGB value is (251,175,192). Sum of RGB (Red+Green+Blue) = 251+175+192=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC0 is #04503F. Grayscale: #C7C7C7. Windows color (decimal): -282688 or 12627963. OLE color: 12627963.
HSL color Cylindrical-coordinate representation of color #FBAFC0: hue angle of 346.58º 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 #FBAFC0 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 192 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 346.58º | 0.9% | 0.84% | - |
| HSV(B) | 346.58º | 0.3% | 0.98% | - |
| XYZ | 64.63 | 54.97 | 57.07 | - |
| YUV | 199.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 192 | 0 | 0.30 | 0.24 | 0.02 | 346.58 | 0.9 | 0.84 |
| Hex | FB | AF | C0 | 0 | 1E | 18 | 2 | 15B | 5A | 54 |
| Octal | 373 | 257 | 300 | 0 | 36 | 30 | 2 | 533 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11000000 | 0 | 11110 | 11000 | 10 | 101011011 | 1011010 | 1010100 |
Color Harmonies of #FBAFC0
Complementary color
Monochromatic Colors of #FBAFC0
Black with #FBAFC0
Text Example
Text Example
White with #FBAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC0; }
p { color: rgb(251,175,192); }
H1.HeaderClassName
{
color: #FBAFC0;
}
.AnyTagClassName
{
color: #FBAFC0;
}
</style>
background-color css
<style>
a { background-color: #FBAFC0; }
a { background-color: rgb(251,175,192); }
div.DivClassName
{
background-color: #FBAFC0;
}
.BgClassName
{
background-color: #FBAFC0;
}
</style>
border-color css
<style>
span { border-color: #FBAFC0; }
span { border-color: rgb(251,175,192); }
td.TdClassName
{
border-color: #FBAFC0;
}
.TagClassName
{
border-color: #FBAFC0;
}
</style>