Shades of Carnation Pink #FBA5BE
Tints of Carnation Pink #FBA5BE
RGB
CMYK
RGB Variations
Color information
#FBA5BE (or 0xFBA5BE) is known color: Carnation Pink. HEX triplet: FB, A5 and BE. RGB value is (251,165,190). Sum of RGB (Red+Green+Blue) = 251+165+190=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5BE is #045A41. Grayscale: #C1C1C1. Windows color (decimal): -285250 or 12494331. OLE color: 12494331.
HSL color Cylindrical-coordinate representation of color #FBA5BE: hue angle of 342.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5BE is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 190 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.02 |
| HSL | 342.56º | 0.91% | 0.82% | - |
| HSV(B) | 342.56º | 0.34% | 0.98% | - |
| XYZ | 62.53 | 51.14 | 55.29 | - |
| YUV | 193.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 190 | 0 | 0.34 | 0.24 | 0.02 | 342.56 | 0.91 | 0.82 |
| Hex | FB | A5 | BE | 0 | 22 | 18 | 2 | 157 | 5B | 52 |
| Octal | 373 | 245 | 276 | 0 | 42 | 30 | 2 | 527 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10111110 | 0 | 100010 | 11000 | 10 | 101010111 | 1011011 | 1010010 |
Color Harmonies of #FBA5BE
Complementary color
Monochromatic Colors of #FBA5BE
Black with #FBA5BE
Text Example
Text Example
White with #FBA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5BE; }
p { color: rgb(251,165,190); }
H1.HeaderClassName
{
color: #FBA5BE;
}
.AnyTagClassName
{
color: #FBA5BE;
}
</style>
background-color css
<style>
a { background-color: #FBA5BE; }
a { background-color: rgb(251,165,190); }
div.DivClassName
{
background-color: #FBA5BE;
}
.BgClassName
{
background-color: #FBA5BE;
}
</style>
border-color css
<style>
span { border-color: #FBA5BE; }
span { border-color: rgb(251,165,190); }
td.TdClassName
{
border-color: #FBA5BE;
}
.TagClassName
{
border-color: #FBA5BE;
}
</style>