Shades of Carnation Pink #FD9ACE
Tints of Carnation Pink #FD9ACE
RGB
CMYK
RGB Variations
Color information
#FD9ACE (or 0xFD9ACE) is known color: Carnation Pink. HEX triplet: FD, 9A and CE. RGB value is (253,154,206). Sum of RGB (Red+Green+Blue) = 253+154+206=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ACE is #026531. Grayscale: #BDBDBD. Windows color (decimal): -156978 or 13540093. OLE color: 13540093.
HSL color Cylindrical-coordinate representation of color #FD9ACE: hue angle of 328.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9ACE is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 206 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.01 |
| HSL | 328.48º | 0.96% | 0.8% | - |
| HSV(B) | 328.48º | 0.39% | 0.99% | - |
| XYZ | 63.2 | 48.45 | 64.41 | - |
| YUV | 189.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 206 | 0 | 0.39 | 0.19 | 0.01 | 328.48 | 0.96 | 0.8 |
| Hex | FD | 9A | CE | 0 | 27 | 13 | 1 | 148 | 60 | 50 |
| Octal | 375 | 232 | 316 | 0 | 47 | 23 | 1 | 510 | 140 | 120 |
| Binary | 11111101 | 10011010 | 11001110 | 0 | 100111 | 10011 | 1 | 101001000 | 1100000 | 1010000 |
Color Harmonies of #FD9ACE
Complementary color
Monochromatic Colors of #FD9ACE
Black with #FD9ACE
Text Example
Text Example
White with #FD9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9ACE; }
p { color: rgb(253,154,206); }
H1.HeaderClassName
{
color: #FD9ACE;
}
.AnyTagClassName
{
color: #FD9ACE;
}
</style>
background-color css
<style>
a { background-color: #FD9ACE; }
a { background-color: rgb(253,154,206); }
div.DivClassName
{
background-color: #FD9ACE;
}
.BgClassName
{
background-color: #FD9ACE;
}
</style>
border-color css
<style>
span { border-color: #FD9ACE; }
span { border-color: rgb(253,154,206); }
td.TdClassName
{
border-color: #FD9ACE;
}
.TagClassName
{
border-color: #FD9ACE;
}
</style>