Shades of Carnation Pink #FF96CF
Tints of Carnation Pink #FF96CF
RGB
CMYK
RGB Variations
Color information
#FF96CF (or 0xFF96CF) is known color: Carnation Pink. HEX triplet: FF, 96 and CF. RGB value is (255,150,207). Sum of RGB (Red+Green+Blue) = 255+150+207=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CF is #006930. Grayscale: #BBBBBB. Windows color (decimal): -26929 or 13604607. OLE color: 13604607.
HSL color Cylindrical-coordinate representation of color #FF96CF: hue angle of 327.43º 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 #FF96CF is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 207 | - |
| CMYK | 0 | 0.41 | 0.19 | 0 |
| HSL | 327.43º | 1% | 0.79% | - |
| HSV(B) | 327.43º | 0.41% | 1% | - |
| XYZ | 63.41 | 47.58 | 64.87 | - |
| YUV | 187.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 207 | 0 | 0.41 | 0.19 | 0 | 327.43 | 1 | 0.79 |
| Hex | FF | 96 | CF | 0 | 29 | 13 | 0 | 147 | 64 | 4F |
| Octal | 377 | 226 | 317 | 0 | 51 | 23 | 0 | 507 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11001111 | 0 | 101001 | 10011 | 0 | 101000111 | 1100100 | 1001111 |
Color Harmonies of #FF96CF
Complementary color
Monochromatic Colors of #FF96CF
Black with #FF96CF
Text Example
Text Example
White with #FF96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96CF; }
p { color: rgb(255,150,207); }
H1.HeaderClassName
{
color: #FF96CF;
}
.AnyTagClassName
{
color: #FF96CF;
}
</style>
background-color css
<style>
a { background-color: #FF96CF; }
a { background-color: rgb(255,150,207); }
div.DivClassName
{
background-color: #FF96CF;
}
.BgClassName
{
background-color: #FF96CF;
}
</style>
border-color css
<style>
span { border-color: #FF96CF; }
span { border-color: rgb(255,150,207); }
td.TdClassName
{
border-color: #FF96CF;
}
.TagClassName
{
border-color: #FF96CF;
}
</style>