Shades of Cupid #FBAFC6
Tints of Cupid #FBAFC6
RGB
CMYK
RGB Variations
Color information
#FBAFC6 (or 0xFBAFC6) is known color: Cupid. HEX triplet: FB, AF and C6. RGB value is (251,175,198). Sum of RGB (Red+Green+Blue) = 251+175+198=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC6 is #045039. Grayscale: #C8C8C8. Windows color (decimal): -282682 or 13021179. OLE color: 13021179.
HSL color Cylindrical-coordinate representation of color #FBAFC6: hue angle of 341.84º 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 #FBAFC6 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 198 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.02 |
| HSL | 341.84º | 0.9% | 0.84% | - |
| HSV(B) | 341.84º | 0.3% | 0.98% | - |
| XYZ | 65.31 | 55.25 | 60.65 | - |
| YUV | 200.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 198 | 0 | 0.30 | 0.21 | 0.02 | 341.84 | 0.9 | 0.84 |
| Hex | FB | AF | C6 | 0 | 1E | 15 | 2 | 156 | 5A | 54 |
| Octal | 373 | 257 | 306 | 0 | 36 | 25 | 2 | 526 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11000110 | 0 | 11110 | 10101 | 10 | 101010110 | 1011010 | 1010100 |
Color Harmonies of #FBAFC6
Complementary color
Monochromatic Colors of #FBAFC6
Black with #FBAFC6
Text Example
Text Example
White with #FBAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFC6; }
p { color: rgb(251,175,198); }
H1.HeaderClassName
{
color: #FBAFC6;
}
.AnyTagClassName
{
color: #FBAFC6;
}
</style>
background-color css
<style>
a { background-color: #FBAFC6; }
a { background-color: rgb(251,175,198); }
div.DivClassName
{
background-color: #FBAFC6;
}
.BgClassName
{
background-color: #FBAFC6;
}
</style>
border-color css
<style>
span { border-color: #FBAFC6; }
span { border-color: rgb(251,175,198); }
td.TdClassName
{
border-color: #FBAFC6;
}
.TagClassName
{
border-color: #FBAFC6;
}
</style>