Shades of Carnation Pink #FBA3BB
Tints of Carnation Pink #FBA3BB
RGB
CMYK
RGB Variations
Color information
#FBA3BB (or 0xFBA3BB) is known color: Carnation Pink. HEX triplet: FB, A3 and BB. RGB value is (251,163,187). Sum of RGB (Red+Green+Blue) = 251+163+187=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3BB is #045C44. Grayscale: #C0C0C0. Windows color (decimal): -285765 or 12297211. OLE color: 12297211.
HSL color Cylindrical-coordinate representation of color #FBA3BB: hue angle of 343.64º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3BB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 187 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 343.64º | 0.92% | 0.81% | - |
| HSV(B) | 343.64º | 0.35% | 0.98% | - |
| XYZ | 61.85 | 50.29 | 53.46 | - |
| YUV | 192.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 187 | 0 | 0.35 | 0.25 | 0.02 | 343.64 | 0.92 | 0.81 |
| Hex | FB | A3 | BB | 0 | 23 | 19 | 2 | 158 | 5C | 51 |
| Octal | 373 | 243 | 273 | 0 | 43 | 31 | 2 | 530 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10111011 | 0 | 100011 | 11001 | 10 | 101011000 | 1011100 | 1010001 |
Color Harmonies of #FBA3BB
Complementary color
Monochromatic Colors of #FBA3BB
Black with #FBA3BB
Text Example
Text Example
White with #FBA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3BB; }
p { color: rgb(251,163,187); }
H1.HeaderClassName
{
color: #FBA3BB;
}
.AnyTagClassName
{
color: #FBA3BB;
}
</style>
background-color css
<style>
a { background-color: #FBA3BB; }
a { background-color: rgb(251,163,187); }
div.DivClassName
{
background-color: #FBA3BB;
}
.BgClassName
{
background-color: #FBA3BB;
}
</style>
border-color css
<style>
span { border-color: #FBA3BB; }
span { border-color: rgb(251,163,187); }
td.TdClassName
{
border-color: #FBA3BB;
}
.TagClassName
{
border-color: #FBA3BB;
}
</style>