Shades of Carnation Pink #FF96BC
Tints of Carnation Pink #FF96BC
RGB
CMYK
RGB Variations
Color information
#FF96BC (or 0xFF96BC) is known color: Carnation Pink. HEX triplet: FF, 96 and BC. RGB value is (255,150,188). Sum of RGB (Red+Green+Blue) = 255+150+188=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96BC is #006943. Grayscale: #B9B9B9. Windows color (decimal): -26948 or 12359423. OLE color: 12359423.
HSL color Cylindrical-coordinate representation of color #FF96BC: hue angle of 338.29º 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 #FF96BC is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 188 | - |
| CMYK | 0 | 0.41 | 0.26 | 0 |
| HSL | 338.29º | 1% | 0.79% | - |
| HSV(B) | 338.29º | 0.41% | 1% | - |
| XYZ | 61.22 | 46.7 | 53.36 | - |
| YUV | 185.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 188 | 0 | 0.41 | 0.26 | 0 | 338.29 | 1 | 0.79 |
| Hex | FF | 96 | BC | 0 | 29 | 1A | 0 | 152 | 64 | 4F |
| Octal | 377 | 226 | 274 | 0 | 51 | 32 | 0 | 522 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10111100 | 0 | 101001 | 11010 | 0 | 101010010 | 1100100 | 1001111 |
Color Harmonies of #FF96BC
Complementary color
Monochromatic Colors of #FF96BC
Black with #FF96BC
Text Example
Text Example
White with #FF96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96BC; }
p { color: rgb(255,150,188); }
H1.HeaderClassName
{
color: #FF96BC;
}
.AnyTagClassName
{
color: #FF96BC;
}
</style>
background-color css
<style>
a { background-color: #FF96BC; }
a { background-color: rgb(255,150,188); }
div.DivClassName
{
background-color: #FF96BC;
}
.BgClassName
{
background-color: #FF96BC;
}
</style>
border-color css
<style>
span { border-color: #FF96BC; }
span { border-color: rgb(255,150,188); }
td.TdClassName
{
border-color: #FF96BC;
}
.TagClassName
{
border-color: #FF96BC;
}
</style>