Shades of Carnation Pink #FD9FCD
Tints of Carnation Pink #FD9FCD
RGB
CMYK
RGB Variations
Color information
#FD9FCD (or 0xFD9FCD) is known color: Carnation Pink. HEX triplet: FD, 9F and CD. RGB value is (253,159,205). Sum of RGB (Red+Green+Blue) = 253+159+205=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FCD is #026032. Grayscale: #C0C0C0. Windows color (decimal): -155699 or 13475837. OLE color: 13475837.
HSL color Cylindrical-coordinate representation of color #FD9FCD: hue angle of 330.64º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FCD is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 205 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.01 |
| HSL | 330.64º | 0.96% | 0.81% | - |
| HSV(B) | 330.64º | 0.37% | 0.99% | - |
| XYZ | 63.93 | 50.09 | 64.06 | - |
| YUV | 192.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 205 | 0 | 0.37 | 0.19 | 0.01 | 330.64 | 0.96 | 0.81 |
| Hex | FD | 9F | CD | 0 | 25 | 13 | 1 | 14B | 60 | 51 |
| Octal | 375 | 237 | 315 | 0 | 45 | 23 | 1 | 513 | 140 | 121 |
| Binary | 11111101 | 10011111 | 11001101 | 0 | 100101 | 10011 | 1 | 101001011 | 1100000 | 1010001 |
Color Harmonies of #FD9FCD
Complementary color
Monochromatic Colors of #FD9FCD
Black with #FD9FCD
Text Example
Text Example
White with #FD9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9FCD; }
p { color: rgb(253,159,205); }
H1.HeaderClassName
{
color: #FD9FCD;
}
.AnyTagClassName
{
color: #FD9FCD;
}
</style>
background-color css
<style>
a { background-color: #FD9FCD; }
a { background-color: rgb(253,159,205); }
div.DivClassName
{
background-color: #FD9FCD;
}
.BgClassName
{
background-color: #FD9FCD;
}
</style>
border-color css
<style>
span { border-color: #FD9FCD; }
span { border-color: rgb(253,159,205); }
td.TdClassName
{
border-color: #FD9FCD;
}
.TagClassName
{
border-color: #FD9FCD;
}
</style>