Shades of Carnation Pink #FB9CBB
Tints of Carnation Pink #FB9CBB
RGB
CMYK
RGB Variations
Color information
#FB9CBB (or 0xFB9CBB) is known color: Carnation Pink. HEX triplet: FB, 9C and BB. RGB value is (251,156,187). Sum of RGB (Red+Green+Blue) = 251+156+187=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CBB is #046344. Grayscale: #BBBBBB. Windows color (decimal): -287557 or 12295419. OLE color: 12295419.
HSL color Cylindrical-coordinate representation of color #FB9CBB: hue angle of 340.42º 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 #FB9CBB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 187 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.02 |
| HSL | 340.42º | 0.92% | 0.8% | - |
| HSV(B) | 340.42º | 0.38% | 0.98% | - |
| XYZ | 60.64 | 47.87 | 53.06 | - |
| YUV | 187.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 187 | 0 | 0.38 | 0.25 | 0.02 | 340.42 | 0.92 | 0.8 |
| Hex | FB | 9C | BB | 0 | 26 | 19 | 2 | 154 | 5C | 50 |
| Octal | 373 | 234 | 273 | 0 | 46 | 31 | 2 | 524 | 134 | 120 |
| Binary | 11111011 | 10011100 | 10111011 | 0 | 100110 | 11001 | 10 | 101010100 | 1011100 | 1010000 |
Color Harmonies of #FB9CBB
Complementary color
Monochromatic Colors of #FB9CBB
Black with #FB9CBB
Text Example
Text Example
White with #FB9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9CBB; }
p { color: rgb(251,156,187); }
H1.HeaderClassName
{
color: #FB9CBB;
}
.AnyTagClassName
{
color: #FB9CBB;
}
</style>
background-color css
<style>
a { background-color: #FB9CBB; }
a { background-color: rgb(251,156,187); }
div.DivClassName
{
background-color: #FB9CBB;
}
.BgClassName
{
background-color: #FB9CBB;
}
</style>
border-color css
<style>
span { border-color: #FB9CBB; }
span { border-color: rgb(251,156,187); }
td.TdClassName
{
border-color: #FB9CBB;
}
.TagClassName
{
border-color: #FB9CBB;
}
</style>