Shades of Carnation Pink #FD99D1
Tints of Carnation Pink #FD99D1
RGB
CMYK
RGB Variations
Color information
#FD99D1 (or 0xFD99D1) is known color: Carnation Pink. HEX triplet: FD, 99 and D1. RGB value is (253,153,209). Sum of RGB (Red+Green+Blue) = 253+153+209=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99D1 is #02662E. Grayscale: #BDBDBD. Windows color (decimal): -157231 or 13736445. OLE color: 13736445.
HSL color Cylindrical-coordinate representation of color #FD99D1: hue angle of 326.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99D1 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 209 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.01 |
| HSL | 326.4º | 0.96% | 0.8% | - |
| HSV(B) | 326.4º | 0.4% | 0.99% | - |
| XYZ | 63.41 | 48.27 | 66.3 | - |
| YUV | 189.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 209 | 0 | 0.40 | 0.17 | 0.01 | 326.4 | 0.96 | 0.8 |
| Hex | FD | 99 | D1 | 0 | 28 | 11 | 1 | 146 | 60 | 50 |
| Octal | 375 | 231 | 321 | 0 | 50 | 21 | 1 | 506 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11010001 | 0 | 101000 | 10001 | 1 | 101000110 | 1100000 | 1010000 |
Color Harmonies of #FD99D1
Complementary color
Monochromatic Colors of #FD99D1
Black with #FD99D1
Text Example
Text Example
White with #FD99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99D1; }
p { color: rgb(253,153,209); }
H1.HeaderClassName
{
color: #FD99D1;
}
.AnyTagClassName
{
color: #FD99D1;
}
</style>
background-color css
<style>
a { background-color: #FD99D1; }
a { background-color: rgb(253,153,209); }
div.DivClassName
{
background-color: #FD99D1;
}
.BgClassName
{
background-color: #FD99D1;
}
</style>
border-color css
<style>
span { border-color: #FD99D1; }
span { border-color: rgb(253,153,209); }
td.TdClassName
{
border-color: #FD99D1;
}
.TagClassName
{
border-color: #FD99D1;
}
</style>