Shades of Romantic #FEC3A4
Tints of Romantic #FEC3A4
RGB
CMYK
RGB Variations
Color information
#FEC3A4 (or 0xFEC3A4) is known color: Romantic. HEX triplet: FE, C3 and A4. RGB value is (254,195,164). Sum of RGB (Red+Green+Blue) = 254+195+164=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A4 is #013C5B. Grayscale: #D1D1D1. Windows color (decimal): -80988 or 10798078. OLE color: 10798078.
HSL color Cylindrical-coordinate representation of color #FEC3A4: hue angle of 20.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEC3A4 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 164 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.00 |
| HSL | 20.67º | 0.98% | 0.82% | - |
| HSV(B) | 20.67º | 0.35% | 1% | - |
| XYZ | 67.09 | 62.78 | 43.7 | - |
| YUV | 209.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 164 | 0 | 0.23 | 0.35 | 0.00 | 20.67 | 0.98 | 0.82 |
| Hex | FE | C3 | A4 | 0 | 17 | 23 | 0 | 15 | 62 | 52 |
| Octal | 376 | 303 | 244 | 0 | 27 | 43 | 0 | 25 | 142 | 122 |
| Binary | 11111110 | 11000011 | 10100100 | 0 | 10111 | 100011 | 0 | 10101 | 1100010 | 1010010 |
Color Harmonies of #FEC3A4
Complementary color
Monochromatic Colors of #FEC3A4
Black with #FEC3A4
Text Example
Text Example
White with #FEC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3A4; }
p { color: rgb(254,195,164); }
H1.HeaderClassName
{
color: #FEC3A4;
}
.AnyTagClassName
{
color: #FEC3A4;
}
</style>
background-color css
<style>
a { background-color: #FEC3A4; }
a { background-color: rgb(254,195,164); }
div.DivClassName
{
background-color: #FEC3A4;
}
.BgClassName
{
background-color: #FEC3A4;
}
</style>
border-color css
<style>
span { border-color: #FEC3A4; }
span { border-color: rgb(254,195,164); }
td.TdClassName
{
border-color: #FEC3A4;
}
.TagClassName
{
border-color: #FEC3A4;
}
</style>