Shades of Carnation Pink #FF98C9
Tints of Carnation Pink #FF98C9
RGB
CMYK
RGB Variations
Color information
#FF98C9 (or 0xFF98C9) is known color: Carnation Pink. HEX triplet: FF, 98 and C9. RGB value is (255,152,201). Sum of RGB (Red+Green+Blue) = 255+152+201=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C9 is #006736. Grayscale: #BCBCBC. Windows color (decimal): -26423 or 13211903. OLE color: 13211903.
HSL color Cylindrical-coordinate representation of color #FF98C9: hue angle of 331.46º 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 #FF98C9 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 201 | - |
| CMYK | 0 | 0.40 | 0.21 | 0 |
| HSL | 331.46º | 1% | 0.8% | - |
| HSV(B) | 331.46º | 0.4% | 1% | - |
| XYZ | 63.01 | 47.93 | 61.19 | - |
| YUV | 188.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 201 | 0 | 0.40 | 0.21 | 0 | 331.46 | 1 | 0.8 |
| Hex | FF | 98 | C9 | 0 | 28 | 15 | 0 | 14B | 64 | 50 |
| Octal | 377 | 230 | 311 | 0 | 50 | 25 | 0 | 513 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11001001 | 0 | 101000 | 10101 | 0 | 101001011 | 1100100 | 1010000 |
Color Harmonies of #FF98C9
Complementary color
Monochromatic Colors of #FF98C9
Black with #FF98C9
Text Example
Text Example
White with #FF98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98C9; }
p { color: rgb(255,152,201); }
H1.HeaderClassName
{
color: #FF98C9;
}
.AnyTagClassName
{
color: #FF98C9;
}
</style>
background-color css
<style>
a { background-color: #FF98C9; }
a { background-color: rgb(255,152,201); }
div.DivClassName
{
background-color: #FF98C9;
}
.BgClassName
{
background-color: #FF98C9;
}
</style>
border-color css
<style>
span { border-color: #FF98C9; }
span { border-color: rgb(255,152,201); }
td.TdClassName
{
border-color: #FF98C9;
}
.TagClassName
{
border-color: #FF98C9;
}
</style>