Shades of Carnation Pink #FF98D1
Tints of Carnation Pink #FF98D1
RGB
CMYK
RGB Variations
Color information
#FF98D1 (or 0xFF98D1) is known color: Carnation Pink. HEX triplet: FF, 98 and D1. RGB value is (255,152,209). Sum of RGB (Red+Green+Blue) = 255+152+209=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D1 is #00672E. Grayscale: #BDBDBD. Windows color (decimal): -26415 or 13736191. OLE color: 13736191.
HSL color Cylindrical-coordinate representation of color #FF98D1: hue angle of 326.8º 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 #FF98D1 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 209 | - |
| CMYK | 0 | 0.40 | 0.18 | 0 |
| HSL | 326.8º | 1% | 0.8% | - |
| HSV(B) | 326.8º | 0.4% | 1% | - |
| XYZ | 63.98 | 48.32 | 66.28 | - |
| YUV | 189.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 209 | 0 | 0.40 | 0.18 | 0 | 326.8 | 1 | 0.8 |
| Hex | FF | 98 | D1 | 0 | 28 | 12 | 0 | 147 | 64 | 50 |
| Octal | 377 | 230 | 321 | 0 | 50 | 22 | 0 | 507 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11010001 | 0 | 101000 | 10010 | 0 | 101000111 | 1100100 | 1010000 |
Color Harmonies of #FF98D1
Complementary color
Monochromatic Colors of #FF98D1
Black with #FF98D1
Text Example
Text Example
White with #FF98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98D1; }
p { color: rgb(255,152,209); }
H1.HeaderClassName
{
color: #FF98D1;
}
.AnyTagClassName
{
color: #FF98D1;
}
</style>
background-color css
<style>
a { background-color: #FF98D1; }
a { background-color: rgb(255,152,209); }
div.DivClassName
{
background-color: #FF98D1;
}
.BgClassName
{
background-color: #FF98D1;
}
</style>
border-color css
<style>
span { border-color: #FF98D1; }
span { border-color: rgb(255,152,209); }
td.TdClassName
{
border-color: #FF98D1;
}
.TagClassName
{
border-color: #FF98D1;
}
</style>