Shades of Carnation Pink #FF97C9
Tints of Carnation Pink #FF97C9
RGB
CMYK
RGB Variations
Color information
#FF97C9 (or 0xFF97C9) is known color: Carnation Pink. HEX triplet: FF, 97 and C9. RGB value is (255,151,201). Sum of RGB (Red+Green+Blue) = 255+151+201=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C9 is #006836. Grayscale: #BBBBBB. Windows color (decimal): -26679 or 13211647. OLE color: 13211647.
HSL color Cylindrical-coordinate representation of color #FF97C9: hue angle of 331.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97C9 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 201 | - |
| CMYK | 0 | 0.41 | 0.21 | 0 |
| HSL | 331.15º | 1% | 0.8% | - |
| HSV(B) | 331.15º | 0.41% | 1% | - |
| XYZ | 62.85 | 47.61 | 61.14 | - |
| YUV | 187.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 201 | 0 | 0.41 | 0.21 | 0 | 331.15 | 1 | 0.8 |
| Hex | FF | 97 | C9 | 0 | 29 | 15 | 0 | 14B | 64 | 50 |
| Octal | 377 | 227 | 311 | 0 | 51 | 25 | 0 | 513 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11001001 | 0 | 101001 | 10101 | 0 | 101001011 | 1100100 | 1010000 |
Color Harmonies of #FF97C9
Complementary color
Monochromatic Colors of #FF97C9
Black with #FF97C9
Text Example
Text Example
White with #FF97C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97C9; }
p { color: rgb(255,151,201); }
H1.HeaderClassName
{
color: #FF97C9;
}
.AnyTagClassName
{
color: #FF97C9;
}
</style>
background-color css
<style>
a { background-color: #FF97C9; }
a { background-color: rgb(255,151,201); }
div.DivClassName
{
background-color: #FF97C9;
}
.BgClassName
{
background-color: #FF97C9;
}
</style>
border-color css
<style>
span { border-color: #FF97C9; }
span { border-color: rgb(255,151,201); }
td.TdClassName
{
border-color: #FF97C9;
}
.TagClassName
{
border-color: #FF97C9;
}
</style>