Shades of Carnation Pink #FB9EC6
Tints of Carnation Pink #FB9EC6
RGB
CMYK
RGB Variations
Color information
#FB9EC6 (or 0xFB9EC6) is known color: Carnation Pink. HEX triplet: FB, 9E and C6. RGB value is (251,158,198). Sum of RGB (Red+Green+Blue) = 251+158+198=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EC6 is #046139. Grayscale: #BEBEBE. Windows color (decimal): -287034 or 13016827. OLE color: 13016827.
HSL color Cylindrical-coordinate representation of color #FB9EC6: hue angle of 334.19º 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 #FB9EC6 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 198 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.02 |
| HSL | 334.19º | 0.92% | 0.8% | - |
| HSV(B) | 334.19º | 0.37% | 0.98% | - |
| XYZ | 62.2 | 49.04 | 59.61 | - |
| YUV | 190.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 198 | 0 | 0.37 | 0.21 | 0.02 | 334.19 | 0.92 | 0.8 |
| Hex | FB | 9E | C6 | 0 | 25 | 15 | 2 | 14E | 5C | 50 |
| Octal | 373 | 236 | 306 | 0 | 45 | 25 | 2 | 516 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11000110 | 0 | 100101 | 10101 | 10 | 101001110 | 1011100 | 1010000 |
Color Harmonies of #FB9EC6
Complementary color
Monochromatic Colors of #FB9EC6
Black with #FB9EC6
Text Example
Text Example
White with #FB9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EC6; }
p { color: rgb(251,158,198); }
H1.HeaderClassName
{
color: #FB9EC6;
}
.AnyTagClassName
{
color: #FB9EC6;
}
</style>
background-color css
<style>
a { background-color: #FB9EC6; }
a { background-color: rgb(251,158,198); }
div.DivClassName
{
background-color: #FB9EC6;
}
.BgClassName
{
background-color: #FB9EC6;
}
</style>
border-color css
<style>
span { border-color: #FB9EC6; }
span { border-color: rgb(251,158,198); }
td.TdClassName
{
border-color: #FB9EC6;
}
.TagClassName
{
border-color: #FB9EC6;
}
</style>