Shades of Cupid #FAAEC3
Tints of Cupid #FAAEC3
RGB
CMYK
RGB Variations
Color information
#FAAEC3 (or 0xFAAEC3) is known color: Cupid. HEX triplet: FA, AE and C3. RGB value is (250,174,195). Sum of RGB (Red+Green+Blue) = 250+174+195=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC3 is #05513C. Grayscale: #C7C7C7. Windows color (decimal): -348477 or 12824314. OLE color: 12824314.
HSL color Cylindrical-coordinate representation of color #FAAEC3: hue angle of 343.42º 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 #FAAEC3 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 195 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 343.42º | 0.88% | 0.83% | - |
| HSV(B) | 343.42º | 0.3% | 0.98% | - |
| XYZ | 64.41 | 54.54 | 58.76 | - |
| YUV | 199.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 195 | 0 | 0.30 | 0.22 | 0.02 | 343.42 | 0.88 | 0.83 |
| Hex | FA | AE | C3 | 0 | 1E | 16 | 2 | 157 | 58 | 53 |
| Octal | 372 | 256 | 303 | 0 | 36 | 26 | 2 | 527 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000011 | 0 | 11110 | 10110 | 10 | 101010111 | 1011000 | 1010011 |
Color Harmonies of #FAAEC3
Complementary color
Monochromatic Colors of #FAAEC3
Black with #FAAEC3
Text Example
Text Example
White with #FAAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC3; }
p { color: rgb(250,174,195); }
H1.HeaderClassName
{
color: #FAAEC3;
}
.AnyTagClassName
{
color: #FAAEC3;
}
</style>
background-color css
<style>
a { background-color: #FAAEC3; }
a { background-color: rgb(250,174,195); }
div.DivClassName
{
background-color: #FAAEC3;
}
.BgClassName
{
background-color: #FAAEC3;
}
</style>
border-color css
<style>
span { border-color: #FAAEC3; }
span { border-color: rgb(250,174,195); }
td.TdClassName
{
border-color: #FAAEC3;
}
.TagClassName
{
border-color: #FAAEC3;
}
</style>