Shades of Romantic #FEC1A6
Tints of Romantic #FEC1A6
RGB
CMYK
RGB Variations
Color information
#FEC1A6 (or 0xFEC1A6) is known color: Romantic. HEX triplet: FE, C1 and A6. RGB value is (254,193,166). Sum of RGB (Red+Green+Blue) = 254+193+166=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A6 is #013E59. Grayscale: #D0D0D0. Windows color (decimal): -81498 or 10928638. OLE color: 10928638.
HSL color Cylindrical-coordinate representation of color #FEC1A6: hue angle of 18.41º 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 #FEC1A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 166 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.00 |
| HSL | 18.41º | 0.98% | 0.82% | - |
| HSV(B) | 18.41º | 0.35% | 1% | - |
| XYZ | 66.83 | 61.96 | 44.51 | - |
| YUV | 208.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 166 | 0 | 0.24 | 0.35 | 0.00 | 18.41 | 0.98 | 0.82 |
| Hex | FE | C1 | A6 | 0 | 18 | 23 | 0 | 12 | 62 | 52 |
| Octal | 376 | 301 | 246 | 0 | 30 | 43 | 0 | 22 | 142 | 122 |
| Binary | 11111110 | 11000001 | 10100110 | 0 | 11000 | 100011 | 0 | 10010 | 1100010 | 1010010 |
Color Harmonies of #FEC1A6
Complementary color
Monochromatic Colors of #FEC1A6
Black with #FEC1A6
Text Example
Text Example
White with #FEC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1A6; }
p { color: rgb(254,193,166); }
H1.HeaderClassName
{
color: #FEC1A6;
}
.AnyTagClassName
{
color: #FEC1A6;
}
</style>
background-color css
<style>
a { background-color: #FEC1A6; }
a { background-color: rgb(254,193,166); }
div.DivClassName
{
background-color: #FEC1A6;
}
.BgClassName
{
background-color: #FEC1A6;
}
</style>
border-color css
<style>
span { border-color: #FEC1A6; }
span { border-color: rgb(254,193,166); }
td.TdClassName
{
border-color: #FEC1A6;
}
.TagClassName
{
border-color: #FEC1A6;
}
</style>