Shades of Romantic #FEC4A5
Tints of Romantic #FEC4A5
RGB
CMYK
RGB Variations
Color information
#FEC4A5 (or 0xFEC4A5) is known color: Romantic. HEX triplet: FE, C4 and A5. RGB value is (254,196,165). Sum of RGB (Red+Green+Blue) = 254+196+165=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4A5 is #013B5A. Grayscale: #D1D1D1. Windows color (decimal): -80731 or 10863870. OLE color: 10863870.
HSL color Cylindrical-coordinate representation of color #FEC4A5: hue angle of 20.9º 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 #FEC4A5 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 165 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.00 |
| HSL | 20.9º | 0.98% | 0.82% | - |
| HSV(B) | 20.9º | 0.35% | 1% | - |
| XYZ | 67.4 | 63.27 | 44.26 | - |
| YUV | 209.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 165 | 0 | 0.23 | 0.35 | 0.00 | 20.9 | 0.98 | 0.82 |
| Hex | FE | C4 | A5 | 0 | 17 | 23 | 0 | 15 | 62 | 52 |
| Octal | 376 | 304 | 245 | 0 | 27 | 43 | 0 | 25 | 142 | 122 |
| Binary | 11111110 | 11000100 | 10100101 | 0 | 10111 | 100011 | 0 | 10101 | 1100010 | 1010010 |
Color Harmonies of #FEC4A5
Complementary color
Monochromatic Colors of #FEC4A5
Black with #FEC4A5
Text Example
Text Example
White with #FEC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4A5; }
p { color: rgb(254,196,165); }
H1.HeaderClassName
{
color: #FEC4A5;
}
.AnyTagClassName
{
color: #FEC4A5;
}
</style>
background-color css
<style>
a { background-color: #FEC4A5; }
a { background-color: rgb(254,196,165); }
div.DivClassName
{
background-color: #FEC4A5;
}
.BgClassName
{
background-color: #FEC4A5;
}
</style>
border-color css
<style>
span { border-color: #FEC4A5; }
span { border-color: rgb(254,196,165); }
td.TdClassName
{
border-color: #FEC4A5;
}
.TagClassName
{
border-color: #FEC4A5;
}
</style>