Shades of Carnation Pink #FF96CA
Tints of Carnation Pink #FF96CA
RGB
CMYK
RGB Variations
Color information
#FF96CA (or 0xFF96CA) is known color: Carnation Pink. HEX triplet: FF, 96 and CA. RGB value is (255,150,202). Sum of RGB (Red+Green+Blue) = 255+150+202=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CA is #006935. Grayscale: #BBBBBB. Windows color (decimal): -26934 or 13276927. OLE color: 13276927.
HSL color Cylindrical-coordinate representation of color #FF96CA: hue angle of 330.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 #FF96CA is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 202 | - |
| CMYK | 0 | 0.41 | 0.21 | 0 |
| HSL | 330.29º | 1% | 0.79% | - |
| HSV(B) | 330.29º | 0.41% | 1% | - |
| XYZ | 62.81 | 47.34 | 61.7 | - |
| YUV | 187.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 202 | 0 | 0.41 | 0.21 | 0 | 330.29 | 1 | 0.79 |
| Hex | FF | 96 | CA | 0 | 29 | 15 | 0 | 14A | 64 | 4F |
| Octal | 377 | 226 | 312 | 0 | 51 | 25 | 0 | 512 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11001010 | 0 | 101001 | 10101 | 0 | 101001010 | 1100100 | 1001111 |
Color Harmonies of #FF96CA
Complementary color
Monochromatic Colors of #FF96CA
Black with #FF96CA
Text Example
Text Example
White with #FF96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96CA; }
p { color: rgb(255,150,202); }
H1.HeaderClassName
{
color: #FF96CA;
}
.AnyTagClassName
{
color: #FF96CA;
}
</style>
background-color css
<style>
a { background-color: #FF96CA; }
a { background-color: rgb(255,150,202); }
div.DivClassName
{
background-color: #FF96CA;
}
.BgClassName
{
background-color: #FF96CA;
}
</style>
border-color css
<style>
span { border-color: #FF96CA; }
span { border-color: rgb(255,150,202); }
td.TdClassName
{
border-color: #FF96CA;
}
.TagClassName
{
border-color: #FF96CA;
}
</style>