Shades of Carnation Pink #FF96C6
Tints of Carnation Pink #FF96C6
RGB
CMYK
RGB Variations
Color information
#FF96C6 (or 0xFF96C6) is known color: Carnation Pink. HEX triplet: FF, 96 and C6. RGB value is (255,150,198). Sum of RGB (Red+Green+Blue) = 255+150+198=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C6 is #006939. Grayscale: #BABABA. Windows color (decimal): -26938 or 13014783. OLE color: 13014783.
HSL color Cylindrical-coordinate representation of color #FF96C6: hue angle of 332.57º 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 #FF96C6 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 198 | - |
| CMYK | 0 | 0.41 | 0.22 | 0 |
| HSL | 332.57º | 1% | 0.79% | - |
| HSV(B) | 332.57º | 0.41% | 1% | - |
| XYZ | 62.34 | 47.15 | 59.24 | - |
| YUV | 186.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 198 | 0 | 0.41 | 0.22 | 0 | 332.57 | 1 | 0.79 |
| Hex | FF | 96 | C6 | 0 | 29 | 16 | 0 | 14D | 64 | 4F |
| Octal | 377 | 226 | 306 | 0 | 51 | 26 | 0 | 515 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11000110 | 0 | 101001 | 10110 | 0 | 101001101 | 1100100 | 1001111 |
Color Harmonies of #FF96C6
Complementary color
Monochromatic Colors of #FF96C6
Black with #FF96C6
Text Example
Text Example
White with #FF96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96C6; }
p { color: rgb(255,150,198); }
H1.HeaderClassName
{
color: #FF96C6;
}
.AnyTagClassName
{
color: #FF96C6;
}
</style>
background-color css
<style>
a { background-color: #FF96C6; }
a { background-color: rgb(255,150,198); }
div.DivClassName
{
background-color: #FF96C6;
}
.BgClassName
{
background-color: #FF96C6;
}
</style>
border-color css
<style>
span { border-color: #FF96C6; }
span { border-color: rgb(255,150,198); }
td.TdClassName
{
border-color: #FF96C6;
}
.TagClassName
{
border-color: #FF96C6;
}
</style>