Shades of Carnation Pink #FB9EC5
Tints of Carnation Pink #FB9EC5
RGB
CMYK
RGB Variations
Color information
#FB9EC5 (or 0xFB9EC5) is known color: Carnation Pink. HEX triplet: FB, 9E and C5. RGB value is (251,158,197). Sum of RGB (Red+Green+Blue) = 251+158+197=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EC5 is #04613A. Grayscale: #BEBEBE. Windows color (decimal): -287035 or 12951291. OLE color: 12951291.
HSL color Cylindrical-coordinate representation of color #FB9EC5: hue angle of 334.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9EC5 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 197 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.02 |
| HSL | 334.84º | 0.92% | 0.8% | - |
| HSV(B) | 334.84º | 0.37% | 0.98% | - |
| XYZ | 62.09 | 48.99 | 59.01 | - |
| YUV | 190.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 197 | 0 | 0.37 | 0.22 | 0.02 | 334.84 | 0.92 | 0.8 |
| Hex | FB | 9E | C5 | 0 | 25 | 16 | 2 | 14F | 5C | 50 |
| Octal | 373 | 236 | 305 | 0 | 45 | 26 | 2 | 517 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11000101 | 0 | 100101 | 10110 | 10 | 101001111 | 1011100 | 1010000 |
Color Harmonies of #FB9EC5
Complementary color
Monochromatic Colors of #FB9EC5
Black with #FB9EC5
Text Example
Text Example
White with #FB9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EC5; }
p { color: rgb(251,158,197); }
H1.HeaderClassName
{
color: #FB9EC5;
}
.AnyTagClassName
{
color: #FB9EC5;
}
</style>
background-color css
<style>
a { background-color: #FB9EC5; }
a { background-color: rgb(251,158,197); }
div.DivClassName
{
background-color: #FB9EC5;
}
.BgClassName
{
background-color: #FB9EC5;
}
</style>
border-color css
<style>
span { border-color: #FB9EC5; }
span { border-color: rgb(251,158,197); }
td.TdClassName
{
border-color: #FB9EC5;
}
.TagClassName
{
border-color: #FB9EC5;
}
</style>