Shades of Carnation Pink #FF98C1
Tints of Carnation Pink #FF98C1
RGB
CMYK
RGB Variations
Color information
#FF98C1 (or 0xFF98C1) is known color: Carnation Pink. HEX triplet: FF, 98 and C1. RGB value is (255,152,193). Sum of RGB (Red+Green+Blue) = 255+152+193=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C1 is #00673E. Grayscale: #BBBBBB. Windows color (decimal): -26431 or 12687615. OLE color: 12687615.
HSL color Cylindrical-coordinate representation of color #FF98C1: hue angle of 336.12º 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 #FF98C1 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 193 | - |
| CMYK | 0 | 0.40 | 0.24 | 0 |
| HSL | 336.12º | 1% | 0.8% | - |
| HSV(B) | 336.12º | 0.4% | 1% | - |
| XYZ | 62.09 | 47.57 | 56.36 | - |
| YUV | 187.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 193 | 0 | 0.40 | 0.24 | 0 | 336.12 | 1 | 0.8 |
| Hex | FF | 98 | C1 | 0 | 28 | 18 | 0 | 150 | 64 | 50 |
| Octal | 377 | 230 | 301 | 0 | 50 | 30 | 0 | 520 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11000001 | 0 | 101000 | 11000 | 0 | 101010000 | 1100100 | 1010000 |
Color Harmonies of #FF98C1
Complementary color
Monochromatic Colors of #FF98C1
Black with #FF98C1
Text Example
Text Example
White with #FF98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98C1; }
p { color: rgb(255,152,193); }
H1.HeaderClassName
{
color: #FF98C1;
}
.AnyTagClassName
{
color: #FF98C1;
}
</style>
background-color css
<style>
a { background-color: #FF98C1; }
a { background-color: rgb(255,152,193); }
div.DivClassName
{
background-color: #FF98C1;
}
.BgClassName
{
background-color: #FF98C1;
}
</style>
border-color css
<style>
span { border-color: #FF98C1; }
span { border-color: rgb(255,152,193); }
td.TdClassName
{
border-color: #FF98C1;
}
.TagClassName
{
border-color: #FF98C1;
}
</style>