Shades of Cupid #FBAEC1
Tints of Cupid #FBAEC1
RGB
CMYK
RGB Variations
Color information
#FBAEC1 (or 0xFBAEC1) is known color: Cupid. HEX triplet: FB, AE and C1. RGB value is (251,174,193). Sum of RGB (Red+Green+Blue) = 251+174+193=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC1 is #04513E. Grayscale: #C7C7C7. Windows color (decimal): -282943 or 12693243. OLE color: 12693243.
HSL color Cylindrical-coordinate representation of color #FBAEC1: hue angle of 345.19º 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 #FBAEC1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 174 | 193 | - |
CMYK | 0 | 0.31 | 0.23 | 0.02 |
HSL | 345.19º | 0.91% | 0.83% | - |
HSV(B) | 345.19º | 0.31% | 0.98% | - |
XYZ | 64.55 | 54.63 | 57.6 | - |
YUV | 199.19 | 124.51 | 164.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 174 | 193 | 0 | 0.31 | 0.23 | 0.02 | 345.19 | 0.91 | 0.83 |
Hex | FB | AE | C1 | 0 | 1F | 17 | 2 | 159 | 5B | 53 |
Octal | 373 | 256 | 301 | 0 | 37 | 27 | 2 | 531 | 133 | 123 |
Binary | 11111011 | 10101110 | 11000001 | 0 | 11111 | 10111 | 10 | 101011001 | 1011011 | 1010011 |
Color Harmonies of #FBAEC1
Complementary color
Monochromatic Colors of #FBAEC1
Black with #FBAEC1
Text Example
Text Example
White with #FBAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEC1; }
p { color: rgb(251,174,193); }
H1.HeaderClassName
{
color: #FBAEC1;
}
.AnyTagClassName
{
color: #FBAEC1;
}
</style>
background-color css
<style>
a { background-color: #FBAEC1; }
a { background-color: rgb(251,174,193); }
div.DivClassName
{
background-color: #FBAEC1;
}
.BgClassName
{
background-color: #FBAEC1;
}
</style>
border-color css
<style>
span { border-color: #FBAEC1; }
span { border-color: rgb(251,174,193); }
td.TdClassName
{
border-color: #FBAEC1;
}
.TagClassName
{
border-color: #FBAEC1;
}
</style>