Shades of Carnation Pink #FEA4C9
Tints of Carnation Pink #FEA4C9
RGB
CMYK
RGB Variations
Color information
#FEA4C9 (or 0xFEA4C9) is known color: Carnation Pink. HEX triplet: FE, A4 and C9. RGB value is (254,164,201). Sum of RGB (Red+Green+Blue) = 254+164+201=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C9 is #015B36. Grayscale: #C3C3C3. Windows color (decimal): -88887 or 13214974. OLE color: 13214974.
HSL color Cylindrical-coordinate representation of color #FEA4C9: hue angle of 335.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4C9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 201 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.00 |
| HSL | 335.33º | 0.98% | 0.82% | - |
| HSV(B) | 335.33º | 0.35% | 1% | - |
| XYZ | 64.69 | 51.84 | 61.85 | - |
| YUV | 195.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 201 | 0 | 0.35 | 0.21 | 0.00 | 335.33 | 0.98 | 0.82 |
| Hex | FE | A4 | C9 | 0 | 23 | 15 | 0 | 14F | 62 | 52 |
| Octal | 376 | 244 | 311 | 0 | 43 | 25 | 0 | 517 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11001001 | 0 | 100011 | 10101 | 0 | 101001111 | 1100010 | 1010010 |
Color Harmonies of #FEA4C9
Complementary color
Monochromatic Colors of #FEA4C9
Black with #FEA4C9
Text Example
Text Example
White with #FEA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4C9; }
p { color: rgb(254,164,201); }
H1.HeaderClassName
{
color: #FEA4C9;
}
.AnyTagClassName
{
color: #FEA4C9;
}
</style>
background-color css
<style>
a { background-color: #FEA4C9; }
a { background-color: rgb(254,164,201); }
div.DivClassName
{
background-color: #FEA4C9;
}
.BgClassName
{
background-color: #FEA4C9;
}
</style>
border-color css
<style>
span { border-color: #FEA4C9; }
span { border-color: rgb(254,164,201); }
td.TdClassName
{
border-color: #FEA4C9;
}
.TagClassName
{
border-color: #FEA4C9;
}
</style>