Shades of Carnation Pink #FBA1BB
Tints of Carnation Pink #FBA1BB
RGB
CMYK
RGB Variations
Color information
#FBA1BB (or 0xFBA1BB) is known color: Carnation Pink. HEX triplet: FB, A1 and BB. RGB value is (251,161,187). Sum of RGB (Red+Green+Blue) = 251+161+187=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1BB is #045E44. Grayscale: #BEBEBE. Windows color (decimal): -286277 or 12296699. OLE color: 12296699.
HSL color Cylindrical-coordinate representation of color #FBA1BB: hue angle of 342.67º 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 #FBA1BB is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 187 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.02 |
| HSL | 342.67º | 0.92% | 0.81% | - |
| HSV(B) | 342.67º | 0.36% | 0.98% | - |
| XYZ | 61.5 | 49.59 | 53.34 | - |
| YUV | 190.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 187 | 0 | 0.36 | 0.25 | 0.02 | 342.67 | 0.92 | 0.81 |
| Hex | FB | A1 | BB | 0 | 24 | 19 | 2 | 157 | 5C | 51 |
| Octal | 373 | 241 | 273 | 0 | 44 | 31 | 2 | 527 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10111011 | 0 | 100100 | 11001 | 10 | 101010111 | 1011100 | 1010001 |
Color Harmonies of #FBA1BB
Complementary color
Monochromatic Colors of #FBA1BB
Black with #FBA1BB
Text Example
Text Example
White with #FBA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1BB; }
p { color: rgb(251,161,187); }
H1.HeaderClassName
{
color: #FBA1BB;
}
.AnyTagClassName
{
color: #FBA1BB;
}
</style>
background-color css
<style>
a { background-color: #FBA1BB; }
a { background-color: rgb(251,161,187); }
div.DivClassName
{
background-color: #FBA1BB;
}
.BgClassName
{
background-color: #FBA1BB;
}
</style>
border-color css
<style>
span { border-color: #FBA1BB; }
span { border-color: rgb(251,161,187); }
td.TdClassName
{
border-color: #FBA1BB;
}
.TagClassName
{
border-color: #FBA1BB;
}
</style>