Shades of Carnation Pink #FD99CE
Tints of Carnation Pink #FD99CE
RGB
CMYK
RGB Variations
Color information
#FD99CE (or 0xFD99CE) is known color: Carnation Pink. HEX triplet: FD, 99 and CE. RGB value is (253,153,206). Sum of RGB (Red+Green+Blue) = 253+153+206=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99CE is #026631. Grayscale: #BCBCBC. Windows color (decimal): -157234 or 13539837. OLE color: 13539837.
HSL color Cylindrical-coordinate representation of color #FD99CE: hue angle of 328.2º 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 #FD99CE is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 206 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.01 |
| HSL | 328.2º | 0.96% | 0.8% | - |
| HSV(B) | 328.2º | 0.4% | 0.99% | - |
| XYZ | 63.04 | 48.12 | 64.36 | - |
| YUV | 188.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 206 | 0 | 0.40 | 0.19 | 0.01 | 328.2 | 0.96 | 0.8 |
| Hex | FD | 99 | CE | 0 | 28 | 13 | 1 | 148 | 60 | 50 |
| Octal | 375 | 231 | 316 | 0 | 50 | 23 | 1 | 510 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11001110 | 0 | 101000 | 10011 | 1 | 101001000 | 1100000 | 1010000 |
Color Harmonies of #FD99CE
Complementary color
Monochromatic Colors of #FD99CE
Black with #FD99CE
Text Example
Text Example
White with #FD99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99CE; }
p { color: rgb(253,153,206); }
H1.HeaderClassName
{
color: #FD99CE;
}
.AnyTagClassName
{
color: #FD99CE;
}
</style>
background-color css
<style>
a { background-color: #FD99CE; }
a { background-color: rgb(253,153,206); }
div.DivClassName
{
background-color: #FD99CE;
}
.BgClassName
{
background-color: #FD99CE;
}
</style>
border-color css
<style>
span { border-color: #FD99CE; }
span { border-color: rgb(253,153,206); }
td.TdClassName
{
border-color: #FD99CE;
}
.TagClassName
{
border-color: #FD99CE;
}
</style>