Shades of Cupid #FCAEC2
Tints of Cupid #FCAEC2
RGB
CMYK
RGB Variations
Color information
#FCAEC2 (or 0xFCAEC2) is known color: Cupid. HEX triplet: FC, AE and C2. RGB value is (252,174,194). Sum of RGB (Red+Green+Blue) = 252+174+194=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC2 is #03513D. Grayscale: #C7C7C7. Windows color (decimal): -217406 or 12758780. OLE color: 12758780.
HSL color Cylindrical-coordinate representation of color #FCAEC2: hue angle of 344.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 194 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.01 |
| HSL | 344.62º | 0.93% | 0.84% | - |
| HSV(B) | 344.62º | 0.31% | 0.99% | - |
| XYZ | 65.02 | 54.86 | 58.2 | - |
| YUV | 199.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 194 | 0 | 0.31 | 0.23 | 0.01 | 344.62 | 0.93 | 0.84 |
| Hex | FC | AE | C2 | 0 | 1F | 17 | 1 | 159 | 5D | 54 |
| Octal | 374 | 256 | 302 | 0 | 37 | 27 | 1 | 531 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11000010 | 0 | 11111 | 10111 | 1 | 101011001 | 1011101 | 1010100 |
Color Harmonies of #FCAEC2
Complementary color
Monochromatic Colors of #FCAEC2
Black with #FCAEC2
Text Example
Text Example
White with #FCAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEC2; }
p { color: rgb(252,174,194); }
H1.HeaderClassName
{
color: #FCAEC2;
}
.AnyTagClassName
{
color: #FCAEC2;
}
</style>
background-color css
<style>
a { background-color: #FCAEC2; }
a { background-color: rgb(252,174,194); }
div.DivClassName
{
background-color: #FCAEC2;
}
.BgClassName
{
background-color: #FCAEC2;
}
</style>
border-color css
<style>
span { border-color: #FCAEC2; }
span { border-color: rgb(252,174,194); }
td.TdClassName
{
border-color: #FCAEC2;
}
.TagClassName
{
border-color: #FCAEC2;
}
</style>