Shades of Carnation Pink #FEA9C8
Tints of Carnation Pink #FEA9C8
RGB
CMYK
RGB Variations
Color information
#FEA9C8 (or 0xFEA9C8) is known color: Carnation Pink. HEX triplet: FE, A9 and C8. RGB value is (254,169,200). Sum of RGB (Red+Green+Blue) = 254+169+200=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C8 is #015637. Grayscale: #C5C5C5. Windows color (decimal): -87608 or 13150718. OLE color: 13150718.
HSL color Cylindrical-coordinate representation of color #FEA9C8: hue angle of 338.12º 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 #FEA9C8 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 200 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.00 |
| HSL | 338.12º | 0.98% | 0.83% | - |
| HSV(B) | 338.12º | 0.33% | 1% | - |
| XYZ | 65.49 | 53.62 | 61.54 | - |
| YUV | 197.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 200 | 0 | 0.33 | 0.21 | 0.00 | 338.12 | 0.98 | 0.83 |
| Hex | FE | A9 | C8 | 0 | 21 | 15 | 0 | 152 | 62 | 53 |
| Octal | 376 | 251 | 310 | 0 | 41 | 25 | 0 | 522 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11001000 | 0 | 100001 | 10101 | 0 | 101010010 | 1100010 | 1010011 |
Color Harmonies of #FEA9C8
Complementary color
Monochromatic Colors of #FEA9C8
Black with #FEA9C8
Text Example
Text Example
White with #FEA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9C8; }
p { color: rgb(254,169,200); }
H1.HeaderClassName
{
color: #FEA9C8;
}
.AnyTagClassName
{
color: #FEA9C8;
}
</style>
background-color css
<style>
a { background-color: #FEA9C8; }
a { background-color: rgb(254,169,200); }
div.DivClassName
{
background-color: #FEA9C8;
}
.BgClassName
{
background-color: #FEA9C8;
}
</style>
border-color css
<style>
span { border-color: #FEA9C8; }
span { border-color: rgb(254,169,200); }
td.TdClassName
{
border-color: #FEA9C8;
}
.TagClassName
{
border-color: #FEA9C8;
}
</style>