Shades of Carnation Pink #FEA9C9
Tints of Carnation Pink #FEA9C9
RGB
CMYK
RGB Variations
Color information
#FEA9C9 (or 0xFEA9C9) is known color: Carnation Pink. HEX triplet: FE, A9 and C9. RGB value is (254,169,201). Sum of RGB (Red+Green+Blue) = 254+169+201=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C9 is #015636. Grayscale: #C6C6C6. Windows color (decimal): -87607 or 13216254. OLE color: 13216254.
HSL color Cylindrical-coordinate representation of color #FEA9C9: hue angle of 337.41º 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 #FEA9C9 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 201 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.00 |
| HSL | 337.41º | 0.98% | 0.83% | - |
| HSV(B) | 337.41º | 0.33% | 1% | - |
| XYZ | 65.6 | 53.66 | 62.16 | - |
| YUV | 198.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 201 | 0 | 0.33 | 0.21 | 0.00 | 337.41 | 0.98 | 0.83 |
| Hex | FE | A9 | C9 | 0 | 21 | 15 | 0 | 151 | 62 | 53 |
| Octal | 376 | 251 | 311 | 0 | 41 | 25 | 0 | 521 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11001001 | 0 | 100001 | 10101 | 0 | 101010001 | 1100010 | 1010011 |
Color Harmonies of #FEA9C9
Complementary color
Monochromatic Colors of #FEA9C9
Black with #FEA9C9
Text Example
Text Example
White with #FEA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9C9; }
p { color: rgb(254,169,201); }
H1.HeaderClassName
{
color: #FEA9C9;
}
.AnyTagClassName
{
color: #FEA9C9;
}
</style>
background-color css
<style>
a { background-color: #FEA9C9; }
a { background-color: rgb(254,169,201); }
div.DivClassName
{
background-color: #FEA9C9;
}
.BgClassName
{
background-color: #FEA9C9;
}
</style>
border-color css
<style>
span { border-color: #FEA9C9; }
span { border-color: rgb(254,169,201); }
td.TdClassName
{
border-color: #FEA9C9;
}
.TagClassName
{
border-color: #FEA9C9;
}
</style>