Shades of Carnation Pink #FD96D1
Tints of Carnation Pink #FD96D1
RGB
CMYK
RGB Variations
Color information
#FD96D1 (or 0xFD96D1) is known color: Carnation Pink. HEX triplet: FD, 96 and D1. RGB value is (253,150,209). Sum of RGB (Red+Green+Blue) = 253+150+209=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96D1 is #02692E. Grayscale: #BBBBBB. Windows color (decimal): -157999 or 13735677. OLE color: 13735677.
HSL color Cylindrical-coordinate representation of color #FD96D1: hue angle of 325.63º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD96D1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 209 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.01 |
| HSL | 325.63º | 0.96% | 0.79% | - |
| HSV(B) | 325.63º | 0.41% | 0.99% | - |
| XYZ | 62.92 | 47.3 | 66.13 | - |
| YUV | 187.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 209 | 0 | 0.41 | 0.17 | 0.01 | 325.63 | 0.96 | 0.79 |
| Hex | FD | 96 | D1 | 0 | 29 | 11 | 1 | 146 | 60 | 4F |
| Octal | 375 | 226 | 321 | 0 | 51 | 21 | 1 | 506 | 140 | 117 |
| Binary | 11111101 | 10010110 | 11010001 | 0 | 101001 | 10001 | 1 | 101000110 | 1100000 | 1001111 |
Color Harmonies of #FD96D1
Complementary color
Monochromatic Colors of #FD96D1
Black with #FD96D1
Text Example
Text Example
White with #FD96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD96D1; }
p { color: rgb(253,150,209); }
H1.HeaderClassName
{
color: #FD96D1;
}
.AnyTagClassName
{
color: #FD96D1;
}
</style>
background-color css
<style>
a { background-color: #FD96D1; }
a { background-color: rgb(253,150,209); }
div.DivClassName
{
background-color: #FD96D1;
}
.BgClassName
{
background-color: #FD96D1;
}
</style>
border-color css
<style>
span { border-color: #FD96D1; }
span { border-color: rgb(253,150,209); }
td.TdClassName
{
border-color: #FD96D1;
}
.TagClassName
{
border-color: #FD96D1;
}
</style>