Shades of Carnation Pink #FF98D0
Tints of Carnation Pink #FF98D0
RGB
CMYK
RGB Variations
Color information
#FF98D0 (or 0xFF98D0) is known color: Carnation Pink. HEX triplet: FF, 98 and D0. RGB value is (255,152,208). Sum of RGB (Red+Green+Blue) = 255+152+208=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D0 is #00672F. Grayscale: #BDBDBD. Windows color (decimal): -26416 or 13670655. OLE color: 13670655.
HSL color Cylindrical-coordinate representation of color #FF98D0: hue angle of 327.38º 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 #FF98D0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 208 | - |
| CMYK | 0 | 0.40 | 0.18 | 0 |
| HSL | 327.38º | 1% | 0.8% | - |
| HSV(B) | 327.38º | 0.4% | 1% | - |
| XYZ | 63.85 | 48.27 | 65.63 | - |
| YUV | 189.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 208 | 0 | 0.40 | 0.18 | 0 | 327.38 | 1 | 0.8 |
| Hex | FF | 98 | D0 | 0 | 28 | 12 | 0 | 147 | 64 | 50 |
| Octal | 377 | 230 | 320 | 0 | 50 | 22 | 0 | 507 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11010000 | 0 | 101000 | 10010 | 0 | 101000111 | 1100100 | 1010000 |
Color Harmonies of #FF98D0
Complementary color
Monochromatic Colors of #FF98D0
Black with #FF98D0
Text Example
Text Example
White with #FF98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98D0; }
p { color: rgb(255,152,208); }
H1.HeaderClassName
{
color: #FF98D0;
}
.AnyTagClassName
{
color: #FF98D0;
}
</style>
background-color css
<style>
a { background-color: #FF98D0; }
a { background-color: rgb(255,152,208); }
div.DivClassName
{
background-color: #FF98D0;
}
.BgClassName
{
background-color: #FF98D0;
}
</style>
border-color css
<style>
span { border-color: #FF98D0; }
span { border-color: rgb(255,152,208); }
td.TdClassName
{
border-color: #FF98D0;
}
.TagClassName
{
border-color: #FF98D0;
}
</style>