Shades of Carnation Pink #FEA8C5
Tints of Carnation Pink #FEA8C5
RGB
CMYK
RGB Variations
Color information
#FEA8C5 (or 0xFEA8C5) is known color: Carnation Pink. HEX triplet: FE, A8 and C5. RGB value is (254,168,197). Sum of RGB (Red+Green+Blue) = 254+168+197=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C5 is #01573A. Grayscale: #C4C4C4. Windows color (decimal): -87867 or 12953854. OLE color: 12953854.
HSL color Cylindrical-coordinate representation of color #FEA8C5: hue angle of 339.77º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8C5 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 197 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.00 |
| HSL | 339.77º | 0.98% | 0.83% | - |
| HSV(B) | 339.77º | 0.34% | 1% | - |
| XYZ | 64.95 | 53.11 | 59.65 | - |
| YUV | 197.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 197 | 0 | 0.34 | 0.22 | 0.00 | 339.77 | 0.98 | 0.83 |
| Hex | FE | A8 | C5 | 0 | 22 | 16 | 0 | 154 | 62 | 53 |
| Octal | 376 | 250 | 305 | 0 | 42 | 26 | 0 | 524 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000101 | 0 | 100010 | 10110 | 0 | 101010100 | 1100010 | 1010011 |
Color Harmonies of #FEA8C5
Complementary color
Monochromatic Colors of #FEA8C5
Black with #FEA8C5
Text Example
Text Example
White with #FEA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C5; }
p { color: rgb(254,168,197); }
H1.HeaderClassName
{
color: #FEA8C5;
}
.AnyTagClassName
{
color: #FEA8C5;
}
</style>
background-color css
<style>
a { background-color: #FEA8C5; }
a { background-color: rgb(254,168,197); }
div.DivClassName
{
background-color: #FEA8C5;
}
.BgClassName
{
background-color: #FEA8C5;
}
</style>
border-color css
<style>
span { border-color: #FEA8C5; }
span { border-color: rgb(254,168,197); }
td.TdClassName
{
border-color: #FEA8C5;
}
.TagClassName
{
border-color: #FEA8C5;
}
</style>