Shades of Romantic #FEC1A4
Tints of Romantic #FEC1A4
RGB
CMYK
RGB Variations
Color information
#FEC1A4 (or 0xFEC1A4) is known color: Romantic. HEX triplet: FE, C1 and A4. RGB value is (254,193,164). Sum of RGB (Red+Green+Blue) = 254+193+164=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A4 is #013E5B. Grayscale: #D0D0D0. Windows color (decimal): -81500 or 10797566. OLE color: 10797566.
HSL color Cylindrical-coordinate representation of color #FEC1A4: hue angle of 19.33º 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 #FEC1A4 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 164 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.00 |
| HSL | 19.33º | 0.98% | 0.82% | - |
| HSV(B) | 19.33º | 0.35% | 1% | - |
| XYZ | 66.64 | 61.89 | 43.56 | - |
| YUV | 207.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 164 | 0 | 0.24 | 0.35 | 0.00 | 19.33 | 0.98 | 0.82 |
| Hex | FE | C1 | A4 | 0 | 18 | 23 | 0 | 13 | 62 | 52 |
| Octal | 376 | 301 | 244 | 0 | 30 | 43 | 0 | 23 | 142 | 122 |
| Binary | 11111110 | 11000001 | 10100100 | 0 | 11000 | 100011 | 0 | 10011 | 1100010 | 1010010 |
Color Harmonies of #FEC1A4
Complementary color
Monochromatic Colors of #FEC1A4
Black with #FEC1A4
Text Example
Text Example
White with #FEC1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1A4; }
p { color: rgb(254,193,164); }
H1.HeaderClassName
{
color: #FEC1A4;
}
.AnyTagClassName
{
color: #FEC1A4;
}
</style>
background-color css
<style>
a { background-color: #FEC1A4; }
a { background-color: rgb(254,193,164); }
div.DivClassName
{
background-color: #FEC1A4;
}
.BgClassName
{
background-color: #FEC1A4;
}
</style>
border-color css
<style>
span { border-color: #FEC1A4; }
span { border-color: rgb(254,193,164); }
td.TdClassName
{
border-color: #FEC1A4;
}
.TagClassName
{
border-color: #FEC1A4;
}
</style>