Shades of Carnation Pink #FB96C9
Tints of Carnation Pink #FB96C9
RGB
CMYK
RGB Variations
Color information
#FB96C9 (or 0xFB96C9) is known color: Carnation Pink. HEX triplet: FB, 96 and C9. RGB value is (251,150,201). Sum of RGB (Red+Green+Blue) = 251+150+201=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96C9 is #046936. Grayscale: #B9B9B9. Windows color (decimal): -289079 or 13211387. OLE color: 13211387.
HSL color Cylindrical-coordinate representation of color #FB96C9: hue angle of 329.7º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96C9 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 201 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.02 |
| HSL | 329.7º | 0.93% | 0.79% | - |
| HSV(B) | 329.7º | 0.4% | 0.98% | - |
| XYZ | 61.23 | 46.54 | 61.01 | - |
| YUV | 186.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 201 | 0 | 0.40 | 0.20 | 0.02 | 329.7 | 0.93 | 0.79 |
| Hex | FB | 96 | C9 | 0 | 28 | 14 | 2 | 14A | 5D | 4F |
| Octal | 373 | 226 | 311 | 0 | 50 | 24 | 2 | 512 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11001001 | 0 | 101000 | 10100 | 10 | 101001010 | 1011101 | 1001111 |
Color Harmonies of #FB96C9
Complementary color
Monochromatic Colors of #FB96C9
Black with #FB96C9
Text Example
Text Example
White with #FB96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96C9; }
p { color: rgb(251,150,201); }
H1.HeaderClassName
{
color: #FB96C9;
}
.AnyTagClassName
{
color: #FB96C9;
}
</style>
background-color css
<style>
a { background-color: #FB96C9; }
a { background-color: rgb(251,150,201); }
div.DivClassName
{
background-color: #FB96C9;
}
.BgClassName
{
background-color: #FB96C9;
}
</style>
border-color css
<style>
span { border-color: #FB96C9; }
span { border-color: rgb(251,150,201); }
td.TdClassName
{
border-color: #FB96C9;
}
.TagClassName
{
border-color: #FB96C9;
}
</style>