Shades of Cupid #FBAFC3
Tints of Cupid #FBAFC3
RGB
CMYK
RGB Variations
Color information
#FBAFC3 (or 0xFBAFC3) is known color: Cupid. HEX triplet: FB, AF and C3. RGB value is (251,175,195). Sum of RGB (Red+Green+Blue) = 251+175+195=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC3 is #04503C. Grayscale: #C8C8C8. Windows color (decimal): -282685 or 12824571. OLE color: 12824571.
HSL color Cylindrical-coordinate representation of color #FBAFC3: hue angle of 344.21º 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 #FBAFC3 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 195 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 344.21º | 0.9% | 0.84% | - |
| HSV(B) | 344.21º | 0.3% | 0.98% | - |
| XYZ | 64.96 | 55.11 | 58.84 | - |
| YUV | 200 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 195 | 0 | 0.30 | 0.22 | 0.02 | 344.21 | 0.9 | 0.84 |
| Hex | FB | AF | C3 | 0 | 1E | 16 | 2 | 158 | 5A | 54 |
| Octal | 373 | 257 | 303 | 0 | 36 | 26 | 2 | 530 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11000011 | 0 | 11110 | 10110 | 10 | 101011000 | 1011010 | 1010100 |
Color Harmonies of #FBAFC3
Complementary color
Monochromatic Colors of #FBAFC3
Black with #FBAFC3
Text Example
Text Example
White with #FBAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC3; }
p { color: rgb(251,175,195); }
H1.HeaderClassName
{
color: #FBAFC3;
}
.AnyTagClassName
{
color: #FBAFC3;
}
</style>
background-color css
<style>
a { background-color: #FBAFC3; }
a { background-color: rgb(251,175,195); }
div.DivClassName
{
background-color: #FBAFC3;
}
.BgClassName
{
background-color: #FBAFC3;
}
</style>
border-color css
<style>
span { border-color: #FBAFC3; }
span { border-color: rgb(251,175,195); }
td.TdClassName
{
border-color: #FBAFC3;
}
.TagClassName
{
border-color: #FBAFC3;
}
</style>