Shades of Carnation Pink #FF99C8
Tints of Carnation Pink #FF99C8
RGB
CMYK
RGB Variations
Color information
#FF99C8 (or 0xFF99C8) is known color: Carnation Pink. HEX triplet: FF, 99 and C8. RGB value is (255,153,200). Sum of RGB (Red+Green+Blue) = 255+153+200=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99C8 is #006637. Grayscale: #BCBCBC. Windows color (decimal): -26168 or 13146623. OLE color: 13146623.
HSL color Cylindrical-coordinate representation of color #FF99C8: hue angle of 332.35º 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 #FF99C8 is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 200 | - |
| CMYK | 0 | 0.4 | 0.22 | 0 |
| HSL | 332.35º | 1% | 0.8% | - |
| HSV(B) | 332.35º | 0.4% | 1% | - |
| XYZ | 63.06 | 48.21 | 60.63 | - |
| YUV | 188.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 200 | 0 | 0.4 | 0.22 | 0 | 332.35 | 1 | 0.8 |
| Hex | FF | 99 | C8 | 0 | 28 | 16 | 0 | 14C | 64 | 50 |
| Octal | 377 | 231 | 310 | 0 | 50 | 26 | 0 | 514 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11001000 | 0 | 101000 | 10110 | 0 | 101001100 | 1100100 | 1010000 |
Color Harmonies of #FF99C8
Complementary color
Monochromatic Colors of #FF99C8
Black with #FF99C8
Text Example
Text Example
White with #FF99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99C8; }
p { color: rgb(255,153,200); }
H1.HeaderClassName
{
color: #FF99C8;
}
.AnyTagClassName
{
color: #FF99C8;
}
</style>
background-color css
<style>
a { background-color: #FF99C8; }
a { background-color: rgb(255,153,200); }
div.DivClassName
{
background-color: #FF99C8;
}
.BgClassName
{
background-color: #FF99C8;
}
</style>
border-color css
<style>
span { border-color: #FF99C8; }
span { border-color: rgb(255,153,200); }
td.TdClassName
{
border-color: #FF99C8;
}
.TagClassName
{
border-color: #FF99C8;
}
</style>