Shades of Carnation Pink #FD9BCD
Tints of Carnation Pink #FD9BCD
RGB
CMYK
RGB Variations
Color information
#FD9BCD (or 0xFD9BCD) is known color: Carnation Pink. HEX triplet: FD, 9B and CD. RGB value is (253,155,205). Sum of RGB (Red+Green+Blue) = 253+155+205=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9BCD is #026432. Grayscale: #BDBDBD. Windows color (decimal): -156723 or 13474813. OLE color: 13474813.
HSL color Cylindrical-coordinate representation of color #FD9BCD: hue angle of 329.39º 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 #FD9BCD is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 155 | 205 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.01 |
| HSL | 329.39º | 0.96% | 0.8% | - |
| HSV(B) | 329.39º | 0.39% | 0.99% | - |
| XYZ | 63.25 | 48.73 | 63.83 | - |
| YUV | 190 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 205 | 0 | 0.39 | 0.19 | 0.01 | 329.39 | 0.96 | 0.8 |
| Hex | FD | 9B | CD | 0 | 27 | 13 | 1 | 149 | 60 | 50 |
| Octal | 375 | 233 | 315 | 0 | 47 | 23 | 1 | 511 | 140 | 120 |
| Binary | 11111101 | 10011011 | 11001101 | 0 | 100111 | 10011 | 1 | 101001001 | 1100000 | 1010000 |
Color Harmonies of #FD9BCD
Complementary color
Monochromatic Colors of #FD9BCD
Black with #FD9BCD
Text Example
Text Example
White with #FD9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9BCD; }
p { color: rgb(253,155,205); }
H1.HeaderClassName
{
color: #FD9BCD;
}
.AnyTagClassName
{
color: #FD9BCD;
}
</style>
background-color css
<style>
a { background-color: #FD9BCD; }
a { background-color: rgb(253,155,205); }
div.DivClassName
{
background-color: #FD9BCD;
}
.BgClassName
{
background-color: #FD9BCD;
}
</style>
border-color css
<style>
span { border-color: #FD9BCD; }
span { border-color: rgb(253,155,205); }
td.TdClassName
{
border-color: #FD9BCD;
}
.TagClassName
{
border-color: #FD9BCD;
}
</style>