Shades of Carnation Pink #FB9DCD
Tints of Carnation Pink #FB9DCD
RGB
CMYK
RGB Variations
Color information
#FB9DCD (or 0xFB9DCD) is known color: Carnation Pink. HEX triplet: FB, 9D and CD. RGB value is (251,157,205). Sum of RGB (Red+Green+Blue) = 251+157+205=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DCD is #046232. Grayscale: #BEBEBE. Windows color (decimal): -287283 or 13475323. OLE color: 13475323.
HSL color Cylindrical-coordinate representation of color #FB9DCD: hue angle of 329.36º 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 #FB9DCD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 205 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.36º | 0.92% | 0.8% | - |
| HSV(B) | 329.36º | 0.37% | 0.98% | - |
| XYZ | 62.86 | 49.03 | 63.91 | - |
| YUV | 190.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 205 | 0 | 0.37 | 0.18 | 0.02 | 329.36 | 0.92 | 0.8 |
| Hex | FB | 9D | CD | 0 | 25 | 12 | 2 | 149 | 5C | 50 |
| Octal | 373 | 235 | 315 | 0 | 45 | 22 | 2 | 511 | 134 | 120 |
| Binary | 11111011 | 10011101 | 11001101 | 0 | 100101 | 10010 | 10 | 101001001 | 1011100 | 1010000 |
Color Harmonies of #FB9DCD
Complementary color
Monochromatic Colors of #FB9DCD
Black with #FB9DCD
Text Example
Text Example
White with #FB9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DCD; }
p { color: rgb(251,157,205); }
H1.HeaderClassName
{
color: #FB9DCD;
}
.AnyTagClassName
{
color: #FB9DCD;
}
</style>
background-color css
<style>
a { background-color: #FB9DCD; }
a { background-color: rgb(251,157,205); }
div.DivClassName
{
background-color: #FB9DCD;
}
.BgClassName
{
background-color: #FB9DCD;
}
</style>
border-color css
<style>
span { border-color: #FB9DCD; }
span { border-color: rgb(251,157,205); }
td.TdClassName
{
border-color: #FB9DCD;
}
.TagClassName
{
border-color: #FB9DCD;
}
</style>