Shades of Carnation Pink #FB9BD1
Tints of Carnation Pink #FB9BD1
RGB
CMYK
RGB Variations
Color information
#FB9BD1 (or 0xFB9BD1) is known color: Carnation Pink. HEX triplet: FB, 9B and D1. RGB value is (251,155,209). Sum of RGB (Red+Green+Blue) = 251+155+209=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BD1 is #04642E. Grayscale: #BDBDBD. Windows color (decimal): -287791 or 13736955. OLE color: 13736955.
HSL color Cylindrical-coordinate representation of color #FB9BD1: hue angle of 326.25º 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 #FB9BD1 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 209 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.02 |
| HSL | 326.25º | 0.92% | 0.8% | - |
| HSV(B) | 326.25º | 0.38% | 0.98% | - |
| XYZ | 63.01 | 48.56 | 66.37 | - |
| YUV | 189.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 209 | 0 | 0.38 | 0.17 | 0.02 | 326.25 | 0.92 | 0.8 |
| Hex | FB | 9B | D1 | 0 | 26 | 11 | 2 | 146 | 5C | 50 |
| Octal | 373 | 233 | 321 | 0 | 46 | 21 | 2 | 506 | 134 | 120 |
| Binary | 11111011 | 10011011 | 11010001 | 0 | 100110 | 10001 | 10 | 101000110 | 1011100 | 1010000 |
Color Harmonies of #FB9BD1
Complementary color
Monochromatic Colors of #FB9BD1
Black with #FB9BD1
Text Example
Text Example
White with #FB9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BD1; }
p { color: rgb(251,155,209); }
H1.HeaderClassName
{
color: #FB9BD1;
}
.AnyTagClassName
{
color: #FB9BD1;
}
</style>
background-color css
<style>
a { background-color: #FB9BD1; }
a { background-color: rgb(251,155,209); }
div.DivClassName
{
background-color: #FB9BD1;
}
.BgClassName
{
background-color: #FB9BD1;
}
</style>
border-color css
<style>
span { border-color: #FB9BD1; }
span { border-color: rgb(251,155,209); }
td.TdClassName
{
border-color: #FB9BD1;
}
.TagClassName
{
border-color: #FB9BD1;
}
</style>