Shades of Romantic #FEC3A7
Tints of Romantic #FEC3A7
RGB
CMYK
RGB Variations
Color information
#FEC3A7 (or 0xFEC3A7) is known color: Romantic. HEX triplet: FE, C3 and A7. RGB value is (254,195,167). Sum of RGB (Red+Green+Blue) = 254+195+167=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A7 is #013C58. Grayscale: #D1D1D1. Windows color (decimal): -80985 or 10994686. OLE color: 10994686.
HSL color Cylindrical-coordinate representation of color #FEC3A7: hue angle of 19.31º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEC3A7 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 167 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.00 |
| HSL | 19.31º | 0.98% | 0.83% | - |
| HSV(B) | 19.31º | 0.34% | 1% | - |
| XYZ | 67.36 | 62.89 | 45.15 | - |
| YUV | 209.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 167 | 0 | 0.23 | 0.34 | 0.00 | 19.31 | 0.98 | 0.83 |
| Hex | FE | C3 | A7 | 0 | 17 | 22 | 0 | 13 | 62 | 53 |
| Octal | 376 | 303 | 247 | 0 | 27 | 42 | 0 | 23 | 142 | 123 |
| Binary | 11111110 | 11000011 | 10100111 | 0 | 10111 | 100010 | 0 | 10011 | 1100010 | 1010011 |
Color Harmonies of #FEC3A7
Complementary color
Monochromatic Colors of #FEC3A7
Black with #FEC3A7
Text Example
Text Example
White with #FEC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3A7; }
p { color: rgb(254,195,167); }
H1.HeaderClassName
{
color: #FEC3A7;
}
.AnyTagClassName
{
color: #FEC3A7;
}
</style>
background-color css
<style>
a { background-color: #FEC3A7; }
a { background-color: rgb(254,195,167); }
div.DivClassName
{
background-color: #FEC3A7;
}
.BgClassName
{
background-color: #FEC3A7;
}
</style>
border-color css
<style>
span { border-color: #FEC3A7; }
span { border-color: rgb(254,195,167); }
td.TdClassName
{
border-color: #FEC3A7;
}
.TagClassName
{
border-color: #FEC3A7;
}
</style>