Shades of Carnation Pink #FF96C4
Tints of Carnation Pink #FF96C4
RGB
CMYK
RGB Variations
Color information
#FF96C4 (or 0xFF96C4) is known color: Carnation Pink. HEX triplet: FF, 96 and C4. RGB value is (255,150,196). Sum of RGB (Red+Green+Blue) = 255+150+196=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C4 is #00693B. Grayscale: #BABABA. Windows color (decimal): -26940 or 12883711. OLE color: 12883711.
HSL color Cylindrical-coordinate representation of color #FF96C4: hue angle of 333.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 #FF96C4 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 196 | - |
| CMYK | 0 | 0.41 | 0.23 | 0 |
| HSL | 333.71º | 1% | 0.79% | - |
| HSV(B) | 333.71º | 0.41% | 1% | - |
| XYZ | 62.11 | 47.06 | 58.03 | - |
| YUV | 186.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 196 | 0 | 0.41 | 0.23 | 0 | 333.71 | 1 | 0.79 |
| Hex | FF | 96 | C4 | 0 | 29 | 17 | 0 | 14E | 64 | 4F |
| Octal | 377 | 226 | 304 | 0 | 51 | 27 | 0 | 516 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11000100 | 0 | 101001 | 10111 | 0 | 101001110 | 1100100 | 1001111 |
Color Harmonies of #FF96C4
Complementary color
Monochromatic Colors of #FF96C4
Black with #FF96C4
Text Example
Text Example
White with #FF96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96C4; }
p { color: rgb(255,150,196); }
H1.HeaderClassName
{
color: #FF96C4;
}
.AnyTagClassName
{
color: #FF96C4;
}
</style>
background-color css
<style>
a { background-color: #FF96C4; }
a { background-color: rgb(255,150,196); }
div.DivClassName
{
background-color: #FF96C4;
}
.BgClassName
{
background-color: #FF96C4;
}
</style>
border-color css
<style>
span { border-color: #FF96C4; }
span { border-color: rgb(255,150,196); }
td.TdClassName
{
border-color: #FF96C4;
}
.TagClassName
{
border-color: #FF96C4;
}
</style>