Shades of Carnation Pink #FB9CCD
Tints of Carnation Pink #FB9CCD
RGB
CMYK
RGB Variations
Color information
#FB9CCD (or 0xFB9CCD) is known color: Carnation Pink. HEX triplet: FB, 9C and CD. RGB value is (251,156,205). Sum of RGB (Red+Green+Blue) = 251+156+205=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CCD is #046332. Grayscale: #BDBDBD. Windows color (decimal): -287539 or 13475067. OLE color: 13475067.
HSL color Cylindrical-coordinate representation of color #FB9CCD: hue angle of 329.05º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9CCD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 205 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 329.05º | 0.92% | 0.8% | - |
| HSV(B) | 329.05º | 0.38% | 0.98% | - |
| XYZ | 62.69 | 48.69 | 63.85 | - |
| YUV | 189.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 205 | 0 | 0.38 | 0.18 | 0.02 | 329.05 | 0.92 | 0.8 |
| Hex | FB | 9C | CD | 0 | 26 | 12 | 2 | 149 | 5C | 50 |
| Octal | 373 | 234 | 315 | 0 | 46 | 22 | 2 | 511 | 134 | 120 |
| Binary | 11111011 | 10011100 | 11001101 | 0 | 100110 | 10010 | 10 | 101001001 | 1011100 | 1010000 |
Color Harmonies of #FB9CCD
Complementary color
Monochromatic Colors of #FB9CCD
Black with #FB9CCD
Text Example
Text Example
White with #FB9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9CCD; }
p { color: rgb(251,156,205); }
H1.HeaderClassName
{
color: #FB9CCD;
}
.AnyTagClassName
{
color: #FB9CCD;
}
</style>
background-color css
<style>
a { background-color: #FB9CCD; }
a { background-color: rgb(251,156,205); }
div.DivClassName
{
background-color: #FB9CCD;
}
.BgClassName
{
background-color: #FB9CCD;
}
</style>
border-color css
<style>
span { border-color: #FB9CCD; }
span { border-color: rgb(251,156,205); }
td.TdClassName
{
border-color: #FB9CCD;
}
.TagClassName
{
border-color: #FB9CCD;
}
</style>