Shades of Cupid #FBAEC5
Tints of Cupid #FBAEC5
RGB
CMYK
RGB Variations
Color information
#FBAEC5 (or 0xFBAEC5) is known color: Cupid. HEX triplet: FB, AE and C5. RGB value is (251,174,197). Sum of RGB (Red+Green+Blue) = 251+174+197=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC5 is #04513A. Grayscale: #C7C7C7. Windows color (decimal): -282939 or 12955387. OLE color: 12955387.
HSL color Cylindrical-coordinate representation of color #FBAEC5: hue angle of 342.08º 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 #FBAEC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 197 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 342.08º | 0.91% | 0.83% | - |
| HSV(B) | 342.08º | 0.31% | 0.98% | - |
| XYZ | 65 | 54.81 | 59.98 | - |
| YUV | 199.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 197 | 0 | 0.31 | 0.22 | 0.02 | 342.08 | 0.91 | 0.83 |
| Hex | FB | AE | C5 | 0 | 1F | 16 | 2 | 156 | 5B | 53 |
| Octal | 373 | 256 | 305 | 0 | 37 | 26 | 2 | 526 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11000101 | 0 | 11111 | 10110 | 10 | 101010110 | 1011011 | 1010011 |
Color Harmonies of #FBAEC5
Complementary color
Monochromatic Colors of #FBAEC5
Black with #FBAEC5
Text Example
Text Example
White with #FBAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEC5; }
p { color: rgb(251,174,197); }
H1.HeaderClassName
{
color: #FBAEC5;
}
.AnyTagClassName
{
color: #FBAEC5;
}
</style>
background-color css
<style>
a { background-color: #FBAEC5; }
a { background-color: rgb(251,174,197); }
div.DivClassName
{
background-color: #FBAEC5;
}
.BgClassName
{
background-color: #FBAEC5;
}
</style>
border-color css
<style>
span { border-color: #FBAEC5; }
span { border-color: rgb(251,174,197); }
td.TdClassName
{
border-color: #FBAEC5;
}
.TagClassName
{
border-color: #FBAEC5;
}
</style>