Shades of Carnation Pink #FF96C0
Tints of Carnation Pink #FF96C0
RGB
CMYK
RGB Variations
Color information
#FF96C0 (or 0xFF96C0) is known color: Carnation Pink. HEX triplet: FF, 96 and C0. RGB value is (255,150,192). Sum of RGB (Red+Green+Blue) = 255+150+192=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C0 is #00693F. Grayscale: #BABABA. Windows color (decimal): -26944 or 12621567. OLE color: 12621567.
HSL color Cylindrical-coordinate representation of color #FF96C0: hue angle of 336º 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 #FF96C0 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 192 | - |
| CMYK | 0 | 0.41 | 0.25 | 0 |
| HSL | 336º | 1% | 0.79% | - |
| HSV(B) | 336º | 0.41% | 1% | - |
| XYZ | 61.66 | 46.88 | 55.67 | - |
| YUV | 186.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 192 | 0 | 0.41 | 0.25 | 0 | 336 | 1 | 0.79 |
| Hex | FF | 96 | C0 | 0 | 29 | 19 | 0 | 150 | 64 | 4F |
| Octal | 377 | 226 | 300 | 0 | 51 | 31 | 0 | 520 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11000000 | 0 | 101001 | 11001 | 0 | 101010000 | 1100100 | 1001111 |
Color Harmonies of #FF96C0
Complementary color
Monochromatic Colors of #FF96C0
Black with #FF96C0
Text Example
Text Example
White with #FF96C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96C0; }
p { color: rgb(255,150,192); }
H1.HeaderClassName
{
color: #FF96C0;
}
.AnyTagClassName
{
color: #FF96C0;
}
</style>
background-color css
<style>
a { background-color: #FF96C0; }
a { background-color: rgb(255,150,192); }
div.DivClassName
{
background-color: #FF96C0;
}
.BgClassName
{
background-color: #FF96C0;
}
</style>
border-color css
<style>
span { border-color: #FF96C0; }
span { border-color: rgb(255,150,192); }
td.TdClassName
{
border-color: #FF96C0;
}
.TagClassName
{
border-color: #FF96C0;
}
</style>