Shades of Carnation Pink #FF96C7
Tints of Carnation Pink #FF96C7
RGB
CMYK
RGB Variations
Color information
#FF96C7 (or 0xFF96C7) is known color: Carnation Pink. HEX triplet: FF, 96 and C7. RGB value is (255,150,199). Sum of RGB (Red+Green+Blue) = 255+150+199=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C7 is #006938. Grayscale: #BABABA. Windows color (decimal): -26937 or 13080319. OLE color: 13080319.
HSL color Cylindrical-coordinate representation of color #FF96C7: hue angle of 332º 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 #FF96C7 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 199 | - |
| CMYK | 0 | 0.41 | 0.22 | 0 |
| HSL | 332º | 1% | 0.79% | - |
| HSV(B) | 332º | 0.41% | 1% | - |
| XYZ | 62.46 | 47.2 | 59.85 | - |
| YUV | 186.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 199 | 0 | 0.41 | 0.22 | 0 | 332 | 1 | 0.79 |
| Hex | FF | 96 | C7 | 0 | 29 | 16 | 0 | 14C | 64 | 4F |
| Octal | 377 | 226 | 307 | 0 | 51 | 26 | 0 | 514 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11000111 | 0 | 101001 | 10110 | 0 | 101001100 | 1100100 | 1001111 |
Color Harmonies of #FF96C7
Complementary color
Monochromatic Colors of #FF96C7
Black with #FF96C7
Text Example
Text Example
White with #FF96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96C7; }
p { color: rgb(255,150,199); }
H1.HeaderClassName
{
color: #FF96C7;
}
.AnyTagClassName
{
color: #FF96C7;
}
</style>
background-color css
<style>
a { background-color: #FF96C7; }
a { background-color: rgb(255,150,199); }
div.DivClassName
{
background-color: #FF96C7;
}
.BgClassName
{
background-color: #FF96C7;
}
</style>
border-color css
<style>
span { border-color: #FF96C7; }
span { border-color: rgb(255,150,199); }
td.TdClassName
{
border-color: #FF96C7;
}
.TagClassName
{
border-color: #FF96C7;
}
</style>