Shades of Carnation Pink #FD99D2
Tints of Carnation Pink #FD99D2
RGB
CMYK
RGB Variations
Color information
#FD99D2 (or 0xFD99D2) is known color: Carnation Pink. HEX triplet: FD, 99 and D2. RGB value is (253,153,210). Sum of RGB (Red+Green+Blue) = 253+153+210=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99D2 is #02662D. Grayscale: #BDBDBD. Windows color (decimal): -157230 or 13801981. OLE color: 13801981.
HSL color Cylindrical-coordinate representation of color #FD99D2: hue angle of 325.8º 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 #FD99D2 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 210 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.01 |
| HSL | 325.8º | 0.96% | 0.8% | - |
| HSV(B) | 325.8º | 0.4% | 0.99% | - |
| XYZ | 63.53 | 48.32 | 66.95 | - |
| YUV | 189.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 210 | 0 | 0.40 | 0.17 | 0.01 | 325.8 | 0.96 | 0.8 |
| Hex | FD | 99 | D2 | 0 | 28 | 11 | 1 | 146 | 60 | 50 |
| Octal | 375 | 231 | 322 | 0 | 50 | 21 | 1 | 506 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11010010 | 0 | 101000 | 10001 | 1 | 101000110 | 1100000 | 1010000 |
Color Harmonies of #FD99D2
Complementary color
Monochromatic Colors of #FD99D2
Black with #FD99D2
Text Example
Text Example
White with #FD99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99D2; }
p { color: rgb(253,153,210); }
H1.HeaderClassName
{
color: #FD99D2;
}
.AnyTagClassName
{
color: #FD99D2;
}
</style>
background-color css
<style>
a { background-color: #FD99D2; }
a { background-color: rgb(253,153,210); }
div.DivClassName
{
background-color: #FD99D2;
}
.BgClassName
{
background-color: #FD99D2;
}
</style>
border-color css
<style>
span { border-color: #FD99D2; }
span { border-color: rgb(253,153,210); }
td.TdClassName
{
border-color: #FD99D2;
}
.TagClassName
{
border-color: #FD99D2;
}
</style>