Shades of Carnation Pink #FD9DC5
Tints of Carnation Pink #FD9DC5
RGB
CMYK
RGB Variations
Color information
#FD9DC5 (or 0xFD9DC5) is known color: Carnation Pink. HEX triplet: FD, 9D and C5. RGB value is (253,157,197). Sum of RGB (Red+Green+Blue) = 253+157+197=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DC5 is #02623A. Grayscale: #BEBEBE. Windows color (decimal): -156219 or 12951037. OLE color: 12951037.
HSL color Cylindrical-coordinate representation of color #FD9DC5: hue angle of 335º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9DC5 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 157 | 197 | - |
CMYK | 0 | 0.38 | 0.22 | 0.01 |
HSL | 335º | 0.96% | 0.8% | - |
HSV(B) | 335º | 0.38% | 0.99% | - |
XYZ | 62.64 | 49.03 | 58.98 | - |
YUV | 190.26 | 131.8 | 172.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 157 | 197 | 0 | 0.38 | 0.22 | 0.01 | 335 | 0.96 | 0.8 |
Hex | FD | 9D | C5 | 0 | 26 | 16 | 1 | 14F | 60 | 50 |
Octal | 375 | 235 | 305 | 0 | 46 | 26 | 1 | 517 | 140 | 120 |
Binary | 11111101 | 10011101 | 11000101 | 0 | 100110 | 10110 | 1 | 101001111 | 1100000 | 1010000 |
Color Harmonies of #FD9DC5
Complementary color
Monochromatic Colors of #FD9DC5
Black with #FD9DC5
Text Example
Text Example
White with #FD9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DC5; }
p { color: rgb(253,157,197); }
H1.HeaderClassName
{
color: #FD9DC5;
}
.AnyTagClassName
{
color: #FD9DC5;
}
</style>
background-color css
<style>
a { background-color: #FD9DC5; }
a { background-color: rgb(253,157,197); }
div.DivClassName
{
background-color: #FD9DC5;
}
.BgClassName
{
background-color: #FD9DC5;
}
</style>
border-color css
<style>
span { border-color: #FD9DC5; }
span { border-color: rgb(253,157,197); }
td.TdClassName
{
border-color: #FD9DC5;
}
.TagClassName
{
border-color: #FD9DC5;
}
</style>