Shades of Carnation Pink #FEAACD
Tints of Carnation Pink #FEAACD
RGB
CMYK
RGB Variations
Color information
#FEAACD (or 0xFEAACD) is known color: Carnation Pink. HEX triplet: FE, AA and CD. RGB value is (254,170,205). Sum of RGB (Red+Green+Blue) = 254+170+205=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAACD is #015532. Grayscale: #C7C7C7. Windows color (decimal): -87347 or 13478654. OLE color: 13478654.
HSL color Cylindrical-coordinate representation of color #FEAACD: hue angle of 335º 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 #FEAACD is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 205 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.00 |
| HSL | 335º | 0.98% | 0.83% | - |
| HSV(B) | 335º | 0.33% | 1% | - |
| XYZ | 66.27 | 54.23 | 64.73 | - |
| YUV | 199.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 205 | 0 | 0.33 | 0.19 | 0.00 | 335 | 0.98 | 0.83 |
| Hex | FE | AA | CD | 0 | 21 | 13 | 0 | 14F | 62 | 53 |
| Octal | 376 | 252 | 315 | 0 | 41 | 23 | 0 | 517 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11001101 | 0 | 100001 | 10011 | 0 | 101001111 | 1100010 | 1010011 |
Color Harmonies of #FEAACD
Complementary color
Monochromatic Colors of #FEAACD
Black with #FEAACD
Text Example
Text Example
White with #FEAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAACD; }
p { color: rgb(254,170,205); }
H1.HeaderClassName
{
color: #FEAACD;
}
.AnyTagClassName
{
color: #FEAACD;
}
</style>
background-color css
<style>
a { background-color: #FEAACD; }
a { background-color: rgb(254,170,205); }
div.DivClassName
{
background-color: #FEAACD;
}
.BgClassName
{
background-color: #FEAACD;
}
</style>
border-color css
<style>
span { border-color: #FEAACD; }
span { border-color: rgb(254,170,205); }
td.TdClassName
{
border-color: #FEAACD;
}
.TagClassName
{
border-color: #FEAACD;
}
</style>