Shades of Carnation Pink #FEA9C5
Tints of Carnation Pink #FEA9C5
RGB
CMYK
RGB Variations
Color information
#FEA9C5 (or 0xFEA9C5) is known color: Carnation Pink. HEX triplet: FE, A9 and C5. RGB value is (254,169,197). Sum of RGB (Red+Green+Blue) = 254+169+197=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C5 is #01563A. Grayscale: #C5C5C5. Windows color (decimal): -87611 or 12954110. OLE color: 12954110.
HSL color Cylindrical-coordinate representation of color #FEA9C5: hue angle of 340.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9C5 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 197 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.00 |
| HSL | 340.24º | 0.98% | 0.83% | - |
| HSV(B) | 340.24º | 0.33% | 1% | - |
| XYZ | 65.14 | 53.48 | 59.71 | - |
| YUV | 197.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 197 | 0 | 0.33 | 0.22 | 0.00 | 340.24 | 0.98 | 0.83 |
| Hex | FE | A9 | C5 | 0 | 21 | 16 | 0 | 154 | 62 | 53 |
| Octal | 376 | 251 | 305 | 0 | 41 | 26 | 0 | 524 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11000101 | 0 | 100001 | 10110 | 0 | 101010100 | 1100010 | 1010011 |
Color Harmonies of #FEA9C5
Complementary color
Monochromatic Colors of #FEA9C5
Black with #FEA9C5
Text Example
Text Example
White with #FEA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9C5; }
p { color: rgb(254,169,197); }
H1.HeaderClassName
{
color: #FEA9C5;
}
.AnyTagClassName
{
color: #FEA9C5;
}
</style>
background-color css
<style>
a { background-color: #FEA9C5; }
a { background-color: rgb(254,169,197); }
div.DivClassName
{
background-color: #FEA9C5;
}
.BgClassName
{
background-color: #FEA9C5;
}
</style>
border-color css
<style>
span { border-color: #FEA9C5; }
span { border-color: rgb(254,169,197); }
td.TdClassName
{
border-color: #FEA9C5;
}
.TagClassName
{
border-color: #FEA9C5;
}
</style>