Shades of Carnation Pink #FF99C7
Tints of Carnation Pink #FF99C7
RGB
CMYK
RGB Variations
Color information
#FF99C7 (or 0xFF99C7) is known color: Carnation Pink. HEX triplet: FF, 99 and C7. RGB value is (255,153,199). Sum of RGB (Red+Green+Blue) = 255+153+199=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99C7 is #006638. Grayscale: #BCBCBC. Windows color (decimal): -26169 or 13081087. OLE color: 13081087.
HSL color Cylindrical-coordinate representation of color #FF99C7: hue angle of 332.94º 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 #FF99C7 is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 199 | - |
| CMYK | 0 | 0.4 | 0.22 | 0 |
| HSL | 332.94º | 1% | 0.8% | - |
| HSV(B) | 332.94º | 0.4% | 1% | - |
| XYZ | 62.94 | 48.17 | 60.01 | - |
| YUV | 188.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 199 | 0 | 0.4 | 0.22 | 0 | 332.94 | 1 | 0.8 |
| Hex | FF | 99 | C7 | 0 | 28 | 16 | 0 | 14D | 64 | 50 |
| Octal | 377 | 231 | 307 | 0 | 50 | 26 | 0 | 515 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11000111 | 0 | 101000 | 10110 | 0 | 101001101 | 1100100 | 1010000 |
Color Harmonies of #FF99C7
Complementary color
Monochromatic Colors of #FF99C7
Black with #FF99C7
Text Example
Text Example
White with #FF99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99C7; }
p { color: rgb(255,153,199); }
H1.HeaderClassName
{
color: #FF99C7;
}
.AnyTagClassName
{
color: #FF99C7;
}
</style>
background-color css
<style>
a { background-color: #FF99C7; }
a { background-color: rgb(255,153,199); }
div.DivClassName
{
background-color: #FF99C7;
}
.BgClassName
{
background-color: #FF99C7;
}
</style>
border-color css
<style>
span { border-color: #FF99C7; }
span { border-color: rgb(255,153,199); }
td.TdClassName
{
border-color: #FF99C7;
}
.TagClassName
{
border-color: #FF99C7;
}
</style>