Shades of Carnation Pink #FF96CE
Tints of Carnation Pink #FF96CE
RGB
CMYK
RGB Variations
Color information
#FF96CE (or 0xFF96CE) is known color: Carnation Pink. HEX triplet: FF, 96 and CE. RGB value is (255,150,206). Sum of RGB (Red+Green+Blue) = 255+150+206=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CE is #006931. Grayscale: #BBBBBB. Windows color (decimal): -26930 or 13539071. OLE color: 13539071.
HSL color Cylindrical-coordinate representation of color #FF96CE: hue angle of 328º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96CE is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 206 | - |
| CMYK | 0 | 0.41 | 0.19 | 0 |
| HSL | 328º | 1% | 0.79% | - |
| HSV(B) | 328º | 0.41% | 1% | - |
| XYZ | 63.29 | 47.53 | 64.23 | - |
| YUV | 187.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 206 | 0 | 0.41 | 0.19 | 0 | 328 | 1 | 0.79 |
| Hex | FF | 96 | CE | 0 | 29 | 13 | 0 | 148 | 64 | 4F |
| Octal | 377 | 226 | 316 | 0 | 51 | 23 | 0 | 510 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11001110 | 0 | 101001 | 10011 | 0 | 101001000 | 1100100 | 1001111 |
Color Harmonies of #FF96CE
Complementary color
Monochromatic Colors of #FF96CE
Black with #FF96CE
Text Example
Text Example
White with #FF96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96CE; }
p { color: rgb(255,150,206); }
H1.HeaderClassName
{
color: #FF96CE;
}
.AnyTagClassName
{
color: #FF96CE;
}
</style>
background-color css
<style>
a { background-color: #FF96CE; }
a { background-color: rgb(255,150,206); }
div.DivClassName
{
background-color: #FF96CE;
}
.BgClassName
{
background-color: #FF96CE;
}
</style>
border-color css
<style>
span { border-color: #FF96CE; }
span { border-color: rgb(255,150,206); }
td.TdClassName
{
border-color: #FF96CE;
}
.TagClassName
{
border-color: #FF96CE;
}
</style>