Shades of Carnation Pink #FF96C2
Tints of Carnation Pink #FF96C2
RGB
CMYK
RGB Variations
Color information
#FF96C2 (or 0xFF96C2) is known color: Carnation Pink. HEX triplet: FF, 96 and C2. RGB value is (255,150,194). Sum of RGB (Red+Green+Blue) = 255+150+194=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C2 is #00693D. Grayscale: #BABABA. Windows color (decimal): -26942 or 12752639. OLE color: 12752639.
HSL color Cylindrical-coordinate representation of color #FF96C2: hue angle of 334.86º 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 #FF96C2 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 194 | - |
| CMYK | 0 | 0.41 | 0.24 | 0 |
| HSL | 334.86º | 1% | 0.79% | - |
| HSV(B) | 334.86º | 0.41% | 1% | - |
| XYZ | 61.88 | 46.97 | 56.84 | - |
| YUV | 186.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 194 | 0 | 0.41 | 0.24 | 0 | 334.86 | 1 | 0.79 |
| Hex | FF | 96 | C2 | 0 | 29 | 18 | 0 | 14F | 64 | 4F |
| Octal | 377 | 226 | 302 | 0 | 51 | 30 | 0 | 517 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11000010 | 0 | 101001 | 11000 | 0 | 101001111 | 1100100 | 1001111 |
Color Harmonies of #FF96C2
Complementary color
Monochromatic Colors of #FF96C2
Black with #FF96C2
Text Example
Text Example
White with #FF96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96C2; }
p { color: rgb(255,150,194); }
H1.HeaderClassName
{
color: #FF96C2;
}
.AnyTagClassName
{
color: #FF96C2;
}
</style>
background-color css
<style>
a { background-color: #FF96C2; }
a { background-color: rgb(255,150,194); }
div.DivClassName
{
background-color: #FF96C2;
}
.BgClassName
{
background-color: #FF96C2;
}
</style>
border-color css
<style>
span { border-color: #FF96C2; }
span { border-color: rgb(255,150,194); }
td.TdClassName
{
border-color: #FF96C2;
}
.TagClassName
{
border-color: #FF96C2;
}
</style>