Shades of Carnation Pink #FB96CE
Tints of Carnation Pink #FB96CE
RGB
CMYK
RGB Variations
Color information
#FB96CE (or 0xFB96CE) is known color: Carnation Pink. HEX triplet: FB, 96 and CE. RGB value is (251,150,206). Sum of RGB (Red+Green+Blue) = 251+150+206=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96CE is #046931. Grayscale: #BABABA. Windows color (decimal): -289074 or 13539067. OLE color: 13539067.
HSL color Cylindrical-coordinate representation of color #FB96CE: hue angle of 326.73º 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 #FB96CE is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 206 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.02 |
| HSL | 326.73º | 0.93% | 0.79% | - |
| HSV(B) | 326.73º | 0.4% | 0.98% | - |
| XYZ | 61.83 | 46.78 | 64.16 | - |
| YUV | 186.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 206 | 0 | 0.40 | 0.18 | 0.02 | 326.73 | 0.93 | 0.79 |
| Hex | FB | 96 | CE | 0 | 28 | 12 | 2 | 147 | 5D | 4F |
| Octal | 373 | 226 | 316 | 0 | 50 | 22 | 2 | 507 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11001110 | 0 | 101000 | 10010 | 10 | 101000111 | 1011101 | 1001111 |
Color Harmonies of #FB96CE
Complementary color
Monochromatic Colors of #FB96CE
Black with #FB96CE
Text Example
Text Example
White with #FB96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96CE; }
p { color: rgb(251,150,206); }
H1.HeaderClassName
{
color: #FB96CE;
}
.AnyTagClassName
{
color: #FB96CE;
}
</style>
background-color css
<style>
a { background-color: #FB96CE; }
a { background-color: rgb(251,150,206); }
div.DivClassName
{
background-color: #FB96CE;
}
.BgClassName
{
background-color: #FB96CE;
}
</style>
border-color css
<style>
span { border-color: #FB96CE; }
span { border-color: rgb(251,150,206); }
td.TdClassName
{
border-color: #FB96CE;
}
.TagClassName
{
border-color: #FB96CE;
}
</style>