Shades of Carnation Pink #FBA0BD
Tints of Carnation Pink #FBA0BD
RGB
CMYK
RGB Variations
Color information
#FBA0BD (or 0xFBA0BD) is known color: Carnation Pink. HEX triplet: FB, A0 and BD. RGB value is (251,160,189). Sum of RGB (Red+Green+Blue) = 251+160+189=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0BD is #045F42. Grayscale: #BEBEBE. Windows color (decimal): -286531 or 12427515. OLE color: 12427515.
HSL color Cylindrical-coordinate representation of color #FBA0BD: hue angle of 340.88º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0BD is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 189 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.02 |
| HSL | 340.88º | 0.92% | 0.81% | - |
| HSV(B) | 340.88º | 0.36% | 0.98% | - |
| XYZ | 61.54 | 49.32 | 54.42 | - |
| YUV | 190.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 189 | 0 | 0.36 | 0.25 | 0.02 | 340.88 | 0.92 | 0.81 |
| Hex | FB | A0 | BD | 0 | 24 | 19 | 2 | 155 | 5C | 51 |
| Octal | 373 | 240 | 275 | 0 | 44 | 31 | 2 | 525 | 134 | 121 |
| Binary | 11111011 | 10100000 | 10111101 | 0 | 100100 | 11001 | 10 | 101010101 | 1011100 | 1010001 |
Color Harmonies of #FBA0BD
Complementary color
Monochromatic Colors of #FBA0BD
Black with #FBA0BD
Text Example
Text Example
White with #FBA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0BD; }
p { color: rgb(251,160,189); }
H1.HeaderClassName
{
color: #FBA0BD;
}
.AnyTagClassName
{
color: #FBA0BD;
}
</style>
background-color css
<style>
a { background-color: #FBA0BD; }
a { background-color: rgb(251,160,189); }
div.DivClassName
{
background-color: #FBA0BD;
}
.BgClassName
{
background-color: #FBA0BD;
}
</style>
border-color css
<style>
span { border-color: #FBA0BD; }
span { border-color: rgb(251,160,189); }
td.TdClassName
{
border-color: #FBA0BD;
}
.TagClassName
{
border-color: #FBA0BD;
}
</style>