Shades of Carnation Pink #FF97C8
Tints of Carnation Pink #FF97C8
RGB
CMYK
RGB Variations
Color information
#FF97C8 (or 0xFF97C8) is known color: Carnation Pink. HEX triplet: FF, 97 and C8. RGB value is (255,151,200). Sum of RGB (Red+Green+Blue) = 255+151+200=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C8 is #006837. Grayscale: #BBBBBB. Windows color (decimal): -26680 or 13146111. OLE color: 13146111.
HSL color Cylindrical-coordinate representation of color #FF97C8: hue angle of 331.73º 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 #FF97C8 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 200 | - |
| CMYK | 0 | 0.41 | 0.22 | 0 |
| HSL | 331.73º | 1% | 0.8% | - |
| HSV(B) | 331.73º | 0.41% | 1% | - |
| XYZ | 62.73 | 47.56 | 60.52 | - |
| YUV | 187.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 200 | 0 | 0.41 | 0.22 | 0 | 331.73 | 1 | 0.8 |
| Hex | FF | 97 | C8 | 0 | 29 | 16 | 0 | 14C | 64 | 50 |
| Octal | 377 | 227 | 310 | 0 | 51 | 26 | 0 | 514 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11001000 | 0 | 101001 | 10110 | 0 | 101001100 | 1100100 | 1010000 |
Color Harmonies of #FF97C8
Complementary color
Monochromatic Colors of #FF97C8
Black with #FF97C8
Text Example
Text Example
White with #FF97C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97C8; }
p { color: rgb(255,151,200); }
H1.HeaderClassName
{
color: #FF97C8;
}
.AnyTagClassName
{
color: #FF97C8;
}
</style>
background-color css
<style>
a { background-color: #FF97C8; }
a { background-color: rgb(255,151,200); }
div.DivClassName
{
background-color: #FF97C8;
}
.BgClassName
{
background-color: #FF97C8;
}
</style>
border-color css
<style>
span { border-color: #FF97C8; }
span { border-color: rgb(255,151,200); }
td.TdClassName
{
border-color: #FF97C8;
}
.TagClassName
{
border-color: #FF97C8;
}
</style>