Shades of Carnation Pink #FF96BD
Tints of Carnation Pink #FF96BD
RGB
CMYK
RGB Variations
Color information
#FF96BD (or 0xFF96BD) is known color: Carnation Pink. HEX triplet: FF, 96 and BD. RGB value is (255,150,189). Sum of RGB (Red+Green+Blue) = 255+150+189=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96BD is #006942. Grayscale: #B9B9B9. Windows color (decimal): -26947 or 12424959. OLE color: 12424959.
HSL color Cylindrical-coordinate representation of color #FF96BD: hue angle of 337.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 #FF96BD is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 189 | - |
| CMYK | 0 | 0.41 | 0.26 | 0 |
| HSL | 337.71º | 1% | 0.79% | - |
| HSV(B) | 337.71º | 0.41% | 1% | - |
| XYZ | 61.33 | 46.75 | 53.93 | - |
| YUV | 185.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 189 | 0 | 0.41 | 0.26 | 0 | 337.71 | 1 | 0.79 |
| Hex | FF | 96 | BD | 0 | 29 | 1A | 0 | 152 | 64 | 4F |
| Octal | 377 | 226 | 275 | 0 | 51 | 32 | 0 | 522 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10111101 | 0 | 101001 | 11010 | 0 | 101010010 | 1100100 | 1001111 |
Color Harmonies of #FF96BD
Complementary color
Monochromatic Colors of #FF96BD
Black with #FF96BD
Text Example
Text Example
White with #FF96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96BD; }
p { color: rgb(255,150,189); }
H1.HeaderClassName
{
color: #FF96BD;
}
.AnyTagClassName
{
color: #FF96BD;
}
</style>
background-color css
<style>
a { background-color: #FF96BD; }
a { background-color: rgb(255,150,189); }
div.DivClassName
{
background-color: #FF96BD;
}
.BgClassName
{
background-color: #FF96BD;
}
</style>
border-color css
<style>
span { border-color: #FF96BD; }
span { border-color: rgb(255,150,189); }
td.TdClassName
{
border-color: #FF96BD;
}
.TagClassName
{
border-color: #FF96BD;
}
</style>