Shades of Carnation Pink #FB9ECD
Tints of Carnation Pink #FB9ECD
RGB
CMYK
RGB Variations
Color information
#FB9ECD (or 0xFB9ECD) is known color: Carnation Pink. HEX triplet: FB, 9E and CD. RGB value is (251,158,205). Sum of RGB (Red+Green+Blue) = 251+158+205=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ECD is #046132. Grayscale: #BFBFBF. Windows color (decimal): -287027 or 13475579. OLE color: 13475579.
HSL color Cylindrical-coordinate representation of color #FB9ECD: hue angle of 329.68º 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 #FB9ECD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 205 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.68º | 0.92% | 0.8% | - |
| HSV(B) | 329.68º | 0.37% | 0.98% | - |
| XYZ | 63.03 | 49.37 | 63.97 | - |
| YUV | 191.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 205 | 0 | 0.37 | 0.18 | 0.02 | 329.68 | 0.92 | 0.8 |
| Hex | FB | 9E | CD | 0 | 25 | 12 | 2 | 14A | 5C | 50 |
| Octal | 373 | 236 | 315 | 0 | 45 | 22 | 2 | 512 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11001101 | 0 | 100101 | 10010 | 10 | 101001010 | 1011100 | 1010000 |
Color Harmonies of #FB9ECD
Complementary color
Monochromatic Colors of #FB9ECD
Black with #FB9ECD
Text Example
Text Example
White with #FB9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9ECD; }
p { color: rgb(251,158,205); }
H1.HeaderClassName
{
color: #FB9ECD;
}
.AnyTagClassName
{
color: #FB9ECD;
}
</style>
background-color css
<style>
a { background-color: #FB9ECD; }
a { background-color: rgb(251,158,205); }
div.DivClassName
{
background-color: #FB9ECD;
}
.BgClassName
{
background-color: #FB9ECD;
}
</style>
border-color css
<style>
span { border-color: #FB9ECD; }
span { border-color: rgb(251,158,205); }
td.TdClassName
{
border-color: #FB9ECD;
}
.TagClassName
{
border-color: #FB9ECD;
}
</style>