Shades of Cupid #FAAEC1
Tints of Cupid #FAAEC1
RGB
CMYK
RGB Variations
Color information
#FAAEC1 (or 0xFAAEC1) is known color: Cupid. HEX triplet: FA, AE and C1. RGB value is (250,174,193). Sum of RGB (Red+Green+Blue) = 250+174+193=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC1 is #05513E. Grayscale: #C6C6C6. Windows color (decimal): -348479 or 12693242. OLE color: 12693242.
HSL color Cylindrical-coordinate representation of color #FAAEC1: hue angle of 345º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEC1 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 193 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.02 |
| HSL | 345º | 0.88% | 0.83% | - |
| HSV(B) | 345º | 0.3% | 0.98% | - |
| XYZ | 64.19 | 54.45 | 57.58 | - |
| YUV | 198.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 193 | 0 | 0.30 | 0.23 | 0.02 | 345 | 0.88 | 0.83 |
| Hex | FA | AE | C1 | 0 | 1E | 17 | 2 | 159 | 58 | 53 |
| Octal | 372 | 256 | 301 | 0 | 36 | 27 | 2 | 531 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000001 | 0 | 11110 | 10111 | 10 | 101011001 | 1011000 | 1010011 |
Color Harmonies of #FAAEC1
Complementary color
Monochromatic Colors of #FAAEC1
Black with #FAAEC1
Text Example
Text Example
White with #FAAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC1; }
p { color: rgb(250,174,193); }
H1.HeaderClassName
{
color: #FAAEC1;
}
.AnyTagClassName
{
color: #FAAEC1;
}
</style>
background-color css
<style>
a { background-color: #FAAEC1; }
a { background-color: rgb(250,174,193); }
div.DivClassName
{
background-color: #FAAEC1;
}
.BgClassName
{
background-color: #FAAEC1;
}
</style>
border-color css
<style>
span { border-color: #FAAEC1; }
span { border-color: rgb(250,174,193); }
td.TdClassName
{
border-color: #FAAEC1;
}
.TagClassName
{
border-color: #FAAEC1;
}
</style>