Shades of Carnation Pink #FF96D0
Tints of Carnation Pink #FF96D0
RGB
CMYK
RGB Variations
Color information
#FF96D0 (or 0xFF96D0) is known color: Carnation Pink. HEX triplet: FF, 96 and D0. RGB value is (255,150,208). Sum of RGB (Red+Green+Blue) = 255+150+208=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D0 is #00692F. Grayscale: #BBBBBB. Windows color (decimal): -26928 or 13670143. OLE color: 13670143.
HSL color Cylindrical-coordinate representation of color #FF96D0: hue angle of 326.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 #FF96D0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 150 | 208 | - |
CMYK | 0 | 0.41 | 0.18 | 0 |
HSL | 326.86º | 1% | 0.79% | - |
HSV(B) | 326.86º | 0.41% | 1% | - |
XYZ | 63.53 | 47.63 | 65.52 | - |
YUV | 188.01 | 139.29 | 175.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 150 | 208 | 0 | 0.41 | 0.18 | 0 | 326.86 | 1 | 0.79 |
Hex | FF | 96 | D0 | 0 | 29 | 12 | 0 | 147 | 64 | 4F |
Octal | 377 | 226 | 320 | 0 | 51 | 22 | 0 | 507 | 144 | 117 |
Binary | 11111111 | 10010110 | 11010000 | 0 | 101001 | 10010 | 0 | 101000111 | 1100100 | 1001111 |
Color Harmonies of #FF96D0
Complementary color
Monochromatic Colors of #FF96D0
Black with #FF96D0
Text Example
Text Example
White with #FF96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D0; }
p { color: rgb(255,150,208); }
H1.HeaderClassName
{
color: #FF96D0;
}
.AnyTagClassName
{
color: #FF96D0;
}
</style>
background-color css
<style>
a { background-color: #FF96D0; }
a { background-color: rgb(255,150,208); }
div.DivClassName
{
background-color: #FF96D0;
}
.BgClassName
{
background-color: #FF96D0;
}
</style>
border-color css
<style>
span { border-color: #FF96D0; }
span { border-color: rgb(255,150,208); }
td.TdClassName
{
border-color: #FF96D0;
}
.TagClassName
{
border-color: #FF96D0;
}
</style>