Shades of Cupid #FBAEC6
Tints of Cupid #FBAEC6
RGB
CMYK
RGB Variations
Color information
#FBAEC6 (or 0xFBAEC6) is known color: Cupid. HEX triplet: FB, AE and C6. RGB value is (251,174,198). Sum of RGB (Red+Green+Blue) = 251+174+198=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC6 is #045139. Grayscale: #C7C7C7. Windows color (decimal): -282938 or 13020923. OLE color: 13020923.
HSL color Cylindrical-coordinate representation of color #FBAEC6: hue angle of 341.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEC6 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 198 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 341.3º | 0.91% | 0.83% | - |
| HSV(B) | 341.3º | 0.31% | 0.98% | - |
| XYZ | 65.11 | 54.86 | 60.58 | - |
| YUV | 199.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 198 | 0 | 0.31 | 0.21 | 0.02 | 341.3 | 0.91 | 0.83 |
| Hex | FB | AE | C6 | 0 | 1F | 15 | 2 | 155 | 5B | 53 |
| Octal | 373 | 256 | 306 | 0 | 37 | 25 | 2 | 525 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11000110 | 0 | 11111 | 10101 | 10 | 101010101 | 1011011 | 1010011 |
Color Harmonies of #FBAEC6
Complementary color
Monochromatic Colors of #FBAEC6
Black with #FBAEC6
Text Example
Text Example
White with #FBAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEC6; }
p { color: rgb(251,174,198); }
H1.HeaderClassName
{
color: #FBAEC6;
}
.AnyTagClassName
{
color: #FBAEC6;
}
</style>
background-color css
<style>
a { background-color: #FBAEC6; }
a { background-color: rgb(251,174,198); }
div.DivClassName
{
background-color: #FBAEC6;
}
.BgClassName
{
background-color: #FBAEC6;
}
</style>
border-color css
<style>
span { border-color: #FBAEC6; }
span { border-color: rgb(251,174,198); }
td.TdClassName
{
border-color: #FBAEC6;
}
.TagClassName
{
border-color: #FBAEC6;
}
</style>