Shades of Carnation Pink #FF96CB
Tints of Carnation Pink #FF96CB
RGB
CMYK
RGB Variations
Color information
#FF96CB (or 0xFF96CB) is known color: Carnation Pink. HEX triplet: FF, 96 and CB. RGB value is (255,150,203). Sum of RGB (Red+Green+Blue) = 255+150+203=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CB is #006934. Grayscale: #BBBBBB. Windows color (decimal): -26933 or 13342463. OLE color: 13342463.
HSL color Cylindrical-coordinate representation of color #FF96CB: hue angle of 329.71º 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 #FF96CB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 203 | - |
| CMYK | 0 | 0.41 | 0.20 | 0 |
| HSL | 329.71º | 1% | 0.79% | - |
| HSV(B) | 329.71º | 0.41% | 1% | - |
| XYZ | 62.93 | 47.38 | 62.33 | - |
| YUV | 187.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 203 | 0 | 0.41 | 0.20 | 0 | 329.71 | 1 | 0.79 |
| Hex | FF | 96 | CB | 0 | 29 | 14 | 0 | 14A | 64 | 4F |
| Octal | 377 | 226 | 313 | 0 | 51 | 24 | 0 | 512 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11001011 | 0 | 101001 | 10100 | 0 | 101001010 | 1100100 | 1001111 |
Color Harmonies of #FF96CB
Complementary color
Monochromatic Colors of #FF96CB
Black with #FF96CB
Text Example
Text Example
White with #FF96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96CB; }
p { color: rgb(255,150,203); }
H1.HeaderClassName
{
color: #FF96CB;
}
.AnyTagClassName
{
color: #FF96CB;
}
</style>
background-color css
<style>
a { background-color: #FF96CB; }
a { background-color: rgb(255,150,203); }
div.DivClassName
{
background-color: #FF96CB;
}
.BgClassName
{
background-color: #FF96CB;
}
</style>
border-color css
<style>
span { border-color: #FF96CB; }
span { border-color: rgb(255,150,203); }
td.TdClassName
{
border-color: #FF96CB;
}
.TagClassName
{
border-color: #FF96CB;
}
</style>