Shades of Carnation Pink #FEA9CA
Tints of Carnation Pink #FEA9CA
RGB
CMYK
RGB Variations
Color information
#FEA9CA (or 0xFEA9CA) is known color: Carnation Pink. HEX triplet: FE, A9 and CA. RGB value is (254,169,202). Sum of RGB (Red+Green+Blue) = 254+169+202=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9CA is #015635. Grayscale: #C6C6C6. Windows color (decimal): -87606 or 13281790. OLE color: 13281790.
HSL color Cylindrical-coordinate representation of color #FEA9CA: hue angle of 336.71º 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 #FEA9CA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 202 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.00 |
| HSL | 336.71º | 0.98% | 0.83% | - |
| HSV(B) | 336.71º | 0.33% | 1% | - |
| XYZ | 65.72 | 53.71 | 62.78 | - |
| YUV | 198.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 202 | 0 | 0.33 | 0.20 | 0.00 | 336.71 | 0.98 | 0.83 |
| Hex | FE | A9 | CA | 0 | 21 | 14 | 0 | 151 | 62 | 53 |
| Octal | 376 | 251 | 312 | 0 | 41 | 24 | 0 | 521 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11001010 | 0 | 100001 | 10100 | 0 | 101010001 | 1100010 | 1010011 |
Color Harmonies of #FEA9CA
Complementary color
Monochromatic Colors of #FEA9CA
Black with #FEA9CA
Text Example
Text Example
White with #FEA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9CA; }
p { color: rgb(254,169,202); }
H1.HeaderClassName
{
color: #FEA9CA;
}
.AnyTagClassName
{
color: #FEA9CA;
}
</style>
background-color css
<style>
a { background-color: #FEA9CA; }
a { background-color: rgb(254,169,202); }
div.DivClassName
{
background-color: #FEA9CA;
}
.BgClassName
{
background-color: #FEA9CA;
}
</style>
border-color css
<style>
span { border-color: #FEA9CA; }
span { border-color: rgb(254,169,202); }
td.TdClassName
{
border-color: #FEA9CA;
}
.TagClassName
{
border-color: #FEA9CA;
}
</style>