Shades of Carnation Pink #FD99CB
Tints of Carnation Pink #FD99CB
RGB
CMYK
RGB Variations
Color information
#FD99CB (or 0xFD99CB) is known color: Carnation Pink. HEX triplet: FD, 99 and CB. RGB value is (253,153,203). Sum of RGB (Red+Green+Blue) = 253+153+203=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99CB is #026634. Grayscale: #BCBCBC. Windows color (decimal): -157237 or 13343229. OLE color: 13343229.
HSL color Cylindrical-coordinate representation of color #FD99CB: hue angle of 330º 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 #FD99CB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 203 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.01 |
| HSL | 330º | 0.96% | 0.8% | - |
| HSV(B) | 330º | 0.4% | 0.99% | - |
| XYZ | 62.68 | 47.98 | 62.46 | - |
| YUV | 188.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 203 | 0 | 0.40 | 0.20 | 0.01 | 330 | 0.96 | 0.8 |
| Hex | FD | 99 | CB | 0 | 28 | 14 | 1 | 14A | 60 | 50 |
| Octal | 375 | 231 | 313 | 0 | 50 | 24 | 1 | 512 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11001011 | 0 | 101000 | 10100 | 1 | 101001010 | 1100000 | 1010000 |
Color Harmonies of #FD99CB
Complementary color
Monochromatic Colors of #FD99CB
Black with #FD99CB
Text Example
Text Example
White with #FD99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99CB; }
p { color: rgb(253,153,203); }
H1.HeaderClassName
{
color: #FD99CB;
}
.AnyTagClassName
{
color: #FD99CB;
}
</style>
background-color css
<style>
a { background-color: #FD99CB; }
a { background-color: rgb(253,153,203); }
div.DivClassName
{
background-color: #FD99CB;
}
.BgClassName
{
background-color: #FD99CB;
}
</style>
border-color css
<style>
span { border-color: #FD99CB; }
span { border-color: rgb(253,153,203); }
td.TdClassName
{
border-color: #FD99CB;
}
.TagClassName
{
border-color: #FD99CB;
}
</style>