Shades of Carnation Pink #FBA3C5
Tints of Carnation Pink #FBA3C5
RGB
CMYK
RGB Variations
Color information
#FBA3C5 (or 0xFBA3C5) is known color: Carnation Pink. HEX triplet: FB, A3 and C5. RGB value is (251,163,197). Sum of RGB (Red+Green+Blue) = 251+163+197=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3C5 is #045C3A. Grayscale: #C1C1C1. Windows color (decimal): -285755 or 12952571. OLE color: 12952571.
HSL color Cylindrical-coordinate representation of color #FBA3C5: hue angle of 336.82º 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 #FBA3C5 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 197 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 336.82º | 0.92% | 0.81% | - |
| HSV(B) | 336.82º | 0.35% | 0.98% | - |
| XYZ | 62.96 | 50.73 | 59.3 | - |
| YUV | 193.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 197 | 0 | 0.35 | 0.22 | 0.02 | 336.82 | 0.92 | 0.81 |
| Hex | FB | A3 | C5 | 0 | 23 | 16 | 2 | 151 | 5C | 51 |
| Octal | 373 | 243 | 305 | 0 | 43 | 26 | 2 | 521 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11000101 | 0 | 100011 | 10110 | 10 | 101010001 | 1011100 | 1010001 |
Color Harmonies of #FBA3C5
Complementary color
Monochromatic Colors of #FBA3C5
Black with #FBA3C5
Text Example
Text Example
White with #FBA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3C5; }
p { color: rgb(251,163,197); }
H1.HeaderClassName
{
color: #FBA3C5;
}
.AnyTagClassName
{
color: #FBA3C5;
}
</style>
background-color css
<style>
a { background-color: #FBA3C5; }
a { background-color: rgb(251,163,197); }
div.DivClassName
{
background-color: #FBA3C5;
}
.BgClassName
{
background-color: #FBA3C5;
}
</style>
border-color css
<style>
span { border-color: #FBA3C5; }
span { border-color: rgb(251,163,197); }
td.TdClassName
{
border-color: #FBA3C5;
}
.TagClassName
{
border-color: #FBA3C5;
}
</style>