Shades of Romantic #FECA9E
Tints of Romantic #FECA9E
RGB
CMYK
RGB Variations
Color information
#FECA9E (or 0xFECA9E) is known color: Romantic. HEX triplet: FE, CA and 9E. RGB value is (254,202,158). Sum of RGB (Red+Green+Blue) = 254+202+158=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9E is #013561. Grayscale: #D4D4D4. Windows color (decimal): -79202 or 10406654. OLE color: 10406654.
HSL color Cylindrical-coordinate representation of color #FECA9E: hue angle of 27.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FECA9E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 158 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.00 |
| HSL | 27.5º | 0.98% | 0.81% | - |
| HSV(B) | 27.5º | 0.38% | 1% | - |
| XYZ | 68.17 | 65.78 | 41.45 | - |
| YUV | 212.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 158 | 0 | 0.20 | 0.38 | 0.00 | 27.5 | 0.98 | 0.81 |
| Hex | FE | CA | 9E | 0 | 14 | 26 | 0 | 1C | 62 | 51 |
| Octal | 376 | 312 | 236 | 0 | 24 | 46 | 0 | 34 | 142 | 121 |
| Binary | 11111110 | 11001010 | 10011110 | 0 | 10100 | 100110 | 0 | 11100 | 1100010 | 1010001 |
Color Harmonies of #FECA9E
Complementary color
Monochromatic Colors of #FECA9E
Black with #FECA9E
Text Example
Text Example
White with #FECA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA9E; }
p { color: rgb(254,202,158); }
H1.HeaderClassName
{
color: #FECA9E;
}
.AnyTagClassName
{
color: #FECA9E;
}
</style>
background-color css
<style>
a { background-color: #FECA9E; }
a { background-color: rgb(254,202,158); }
div.DivClassName
{
background-color: #FECA9E;
}
.BgClassName
{
background-color: #FECA9E;
}
</style>
border-color css
<style>
span { border-color: #FECA9E; }
span { border-color: rgb(254,202,158); }
td.TdClassName
{
border-color: #FECA9E;
}
.TagClassName
{
border-color: #FECA9E;
}
</style>