Shades of Carnation Pink #FF97CD
Tints of Carnation Pink #FF97CD
RGB
CMYK
RGB Variations
Color information
#FF97CD (or 0xFF97CD) is known color: Carnation Pink. HEX triplet: FF, 97 and CD. RGB value is (255,151,205). Sum of RGB (Red+Green+Blue) = 255+151+205=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97CD is #006832. Grayscale: #BCBCBC. Windows color (decimal): -26675 or 13473791. OLE color: 13473791.
HSL color Cylindrical-coordinate representation of color #FF97CD: hue angle of 328.85º 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 #FF97CD is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 151 | 205 | - |
CMYK | 0 | 0.41 | 0.20 | 0 |
HSL | 328.85º | 1% | 0.8% | - |
HSV(B) | 328.85º | 0.41% | 1% | - |
XYZ | 63.33 | 47.8 | 63.65 | - |
YUV | 188.25 | 137.46 | 175.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 151 | 205 | 0 | 0.41 | 0.20 | 0 | 328.85 | 1 | 0.8 |
Hex | FF | 97 | CD | 0 | 29 | 14 | 0 | 149 | 64 | 50 |
Octal | 377 | 227 | 315 | 0 | 51 | 24 | 0 | 511 | 144 | 120 |
Binary | 11111111 | 10010111 | 11001101 | 0 | 101001 | 10100 | 0 | 101001001 | 1100100 | 1010000 |
Color Harmonies of #FF97CD
Complementary color
Monochromatic Colors of #FF97CD
Black with #FF97CD
Text Example
Text Example
White with #FF97CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97CD; }
p { color: rgb(255,151,205); }
H1.HeaderClassName
{
color: #FF97CD;
}
.AnyTagClassName
{
color: #FF97CD;
}
</style>
background-color css
<style>
a { background-color: #FF97CD; }
a { background-color: rgb(255,151,205); }
div.DivClassName
{
background-color: #FF97CD;
}
.BgClassName
{
background-color: #FF97CD;
}
</style>
border-color css
<style>
span { border-color: #FF97CD; }
span { border-color: rgb(255,151,205); }
td.TdClassName
{
border-color: #FF97CD;
}
.TagClassName
{
border-color: #FF97CD;
}
</style>