Shades of Cupid #FBAEC4
Tints of Cupid #FBAEC4
RGB
CMYK
RGB Variations
Color information
#FBAEC4 (or 0xFBAEC4) is known color: Cupid. HEX triplet: FB, AE and C4. RGB value is (251,174,196). Sum of RGB (Red+Green+Blue) = 251+174+196=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC4 is #04513B. Grayscale: #C7C7C7. Windows color (decimal): -282940 or 12889851. OLE color: 12889851.
HSL color Cylindrical-coordinate representation of color #FBAEC4: hue angle of 342.86º 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 #FBAEC4 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 196 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 342.86º | 0.91% | 0.83% | - |
| HSV(B) | 342.86º | 0.31% | 0.98% | - |
| XYZ | 64.88 | 54.77 | 59.38 | - |
| YUV | 199.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 196 | 0 | 0.31 | 0.22 | 0.02 | 342.86 | 0.91 | 0.83 |
| Hex | FB | AE | C4 | 0 | 1F | 16 | 2 | 157 | 5B | 53 |
| Octal | 373 | 256 | 304 | 0 | 37 | 26 | 2 | 527 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11000100 | 0 | 11111 | 10110 | 10 | 101010111 | 1011011 | 1010011 |
Color Harmonies of #FBAEC4
Complementary color
Monochromatic Colors of #FBAEC4
Black with #FBAEC4
Text Example
Text Example
White with #FBAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEC4; }
p { color: rgb(251,174,196); }
H1.HeaderClassName
{
color: #FBAEC4;
}
.AnyTagClassName
{
color: #FBAEC4;
}
</style>
background-color css
<style>
a { background-color: #FBAEC4; }
a { background-color: rgb(251,174,196); }
div.DivClassName
{
background-color: #FBAEC4;
}
.BgClassName
{
background-color: #FBAEC4;
}
</style>
border-color css
<style>
span { border-color: #FBAEC4; }
span { border-color: rgb(251,174,196); }
td.TdClassName
{
border-color: #FBAEC4;
}
.TagClassName
{
border-color: #FBAEC4;
}
</style>