Shades of Romantic #FEC1A2
Tints of Romantic #FEC1A2
RGB
CMYK
RGB Variations
Color information
#FEC1A2 (or 0xFEC1A2) is known color: Romantic. HEX triplet: FE, C1 and A2. RGB value is (254,193,162). Sum of RGB (Red+Green+Blue) = 254+193+162=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A2 is #013E5D. Grayscale: #CFCFCF. Windows color (decimal): -81502 or 10666494. OLE color: 10666494.
HSL color Cylindrical-coordinate representation of color #FEC1A2: hue angle of 20.22º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEC1A2 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 162 | - |
CMYK | 0 | 0.24 | 0.36 | 0.00 |
HSL | 20.22º | 0.98% | 0.82% | - |
HSV(B) | 20.22º | 0.36% | 1% | - |
XYZ | 66.46 | 61.82 | 42.61 | - |
YUV | 207.71 | 102.21 | 161.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 162 | 0 | 0.24 | 0.36 | 0.00 | 20.22 | 0.98 | 0.82 |
Hex | FE | C1 | A2 | 0 | 18 | 24 | 0 | 14 | 62 | 52 |
Octal | 376 | 301 | 242 | 0 | 30 | 44 | 0 | 24 | 142 | 122 |
Binary | 11111110 | 11000001 | 10100010 | 0 | 11000 | 100100 | 0 | 10100 | 1100010 | 1010010 |
Color Harmonies of #FEC1A2
Complementary color
Monochromatic Colors of #FEC1A2
Black with #FEC1A2
Text Example
Text Example
White with #FEC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1A2; }
p { color: rgb(254,193,162); }
H1.HeaderClassName
{
color: #FEC1A2;
}
.AnyTagClassName
{
color: #FEC1A2;
}
</style>
background-color css
<style>
a { background-color: #FEC1A2; }
a { background-color: rgb(254,193,162); }
div.DivClassName
{
background-color: #FEC1A2;
}
.BgClassName
{
background-color: #FEC1A2;
}
</style>
border-color css
<style>
span { border-color: #FEC1A2; }
span { border-color: rgb(254,193,162); }
td.TdClassName
{
border-color: #FEC1A2;
}
.TagClassName
{
border-color: #FEC1A2;
}
</style>