Shades of Carnation Pink #FF99C9
Tints of Carnation Pink #FF99C9
RGB
CMYK
RGB Variations
Color information
#FF99C9 (or 0xFF99C9) is known color: Carnation Pink. HEX triplet: FF, 99 and C9. RGB value is (255,153,201). Sum of RGB (Red+Green+Blue) = 255+153+201=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99C9 is #006636. Grayscale: #BCBCBC. Windows color (decimal): -26167 or 13212159. OLE color: 13212159.
HSL color Cylindrical-coordinate representation of color #FF99C9: hue angle of 331.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99C9 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 201 | - |
| CMYK | 0 | 0.4 | 0.21 | 0 |
| HSL | 331.76º | 1% | 0.8% | - |
| HSV(B) | 331.76º | 0.4% | 1% | - |
| XYZ | 63.17 | 48.26 | 61.24 | - |
| YUV | 188.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 201 | 0 | 0.4 | 0.21 | 0 | 331.76 | 1 | 0.8 |
| Hex | FF | 99 | C9 | 0 | 28 | 15 | 0 | 14C | 64 | 50 |
| Octal | 377 | 231 | 311 | 0 | 50 | 25 | 0 | 514 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11001001 | 0 | 101000 | 10101 | 0 | 101001100 | 1100100 | 1010000 |
Color Harmonies of #FF99C9
Complementary color
Monochromatic Colors of #FF99C9
Black with #FF99C9
Text Example
Text Example
White with #FF99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99C9; }
p { color: rgb(255,153,201); }
H1.HeaderClassName
{
color: #FF99C9;
}
.AnyTagClassName
{
color: #FF99C9;
}
</style>
background-color css
<style>
a { background-color: #FF99C9; }
a { background-color: rgb(255,153,201); }
div.DivClassName
{
background-color: #FF99C9;
}
.BgClassName
{
background-color: #FF99C9;
}
</style>
border-color css
<style>
span { border-color: #FF99C9; }
span { border-color: rgb(255,153,201); }
td.TdClassName
{
border-color: #FF99C9;
}
.TagClassName
{
border-color: #FF99C9;
}
</style>