Shades of Carnation Pink #FBA2BF
Tints of Carnation Pink #FBA2BF
RGB
CMYK
RGB Variations
Color information
#FBA2BF (or 0xFBA2BF) is known color: Carnation Pink. HEX triplet: FB, A2 and BF. RGB value is (251,162,191). Sum of RGB (Red+Green+Blue) = 251+162+191=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2BF is #045D40. Grayscale: #BFBFBF. Windows color (decimal): -286017 or 12559099. OLE color: 12559099.
HSL color Cylindrical-coordinate representation of color #FBA2BF: hue angle of 340.45º 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 #FBA2BF is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 191 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.02 |
| HSL | 340.45º | 0.92% | 0.81% | - |
| HSV(B) | 340.45º | 0.35% | 0.98% | - |
| XYZ | 62.11 | 50.11 | 55.69 | - |
| YUV | 191.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 191 | 0 | 0.35 | 0.24 | 0.02 | 340.45 | 0.92 | 0.81 |
| Hex | FB | A2 | BF | 0 | 23 | 18 | 2 | 154 | 5C | 51 |
| Octal | 373 | 242 | 277 | 0 | 43 | 30 | 2 | 524 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10111111 | 0 | 100011 | 11000 | 10 | 101010100 | 1011100 | 1010001 |
Color Harmonies of #FBA2BF
Complementary color
Monochromatic Colors of #FBA2BF
Black with #FBA2BF
Text Example
Text Example
White with #FBA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2BF; }
p { color: rgb(251,162,191); }
H1.HeaderClassName
{
color: #FBA2BF;
}
.AnyTagClassName
{
color: #FBA2BF;
}
</style>
background-color css
<style>
a { background-color: #FBA2BF; }
a { background-color: rgb(251,162,191); }
div.DivClassName
{
background-color: #FBA2BF;
}
.BgClassName
{
background-color: #FBA2BF;
}
</style>
border-color css
<style>
span { border-color: #FBA2BF; }
span { border-color: rgb(251,162,191); }
td.TdClassName
{
border-color: #FBA2BF;
}
.TagClassName
{
border-color: #FBA2BF;
}
</style>