Shades of Carnation Pink #FBA3C7
Tints of Carnation Pink #FBA3C7
RGB
CMYK
RGB Variations
Color information
#FBA3C7 (or 0xFBA3C7) is known color: Carnation Pink. HEX triplet: FB, A3 and C7. RGB value is (251,163,199). Sum of RGB (Red+Green+Blue) = 251+163+199=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3C7 is #045C38. Grayscale: #C1C1C1. Windows color (decimal): -285753 or 13083643. OLE color: 13083643.
HSL color Cylindrical-coordinate representation of color #FBA3C7: hue angle of 335.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 #FBA3C7 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 199 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.02 |
| HSL | 335.45º | 0.92% | 0.81% | - |
| HSV(B) | 335.45º | 0.35% | 0.98% | - |
| XYZ | 63.19 | 50.83 | 60.51 | - |
| YUV | 193.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 199 | 0 | 0.35 | 0.21 | 0.02 | 335.45 | 0.92 | 0.81 |
| Hex | FB | A3 | C7 | 0 | 23 | 15 | 2 | 14F | 5C | 51 |
| Octal | 373 | 243 | 307 | 0 | 43 | 25 | 2 | 517 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11000111 | 0 | 100011 | 10101 | 10 | 101001111 | 1011100 | 1010001 |
Color Harmonies of #FBA3C7
Complementary color
Monochromatic Colors of #FBA3C7
Black with #FBA3C7
Text Example
Text Example
White with #FBA3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3C7; }
p { color: rgb(251,163,199); }
H1.HeaderClassName
{
color: #FBA3C7;
}
.AnyTagClassName
{
color: #FBA3C7;
}
</style>
background-color css
<style>
a { background-color: #FBA3C7; }
a { background-color: rgb(251,163,199); }
div.DivClassName
{
background-color: #FBA3C7;
}
.BgClassName
{
background-color: #FBA3C7;
}
</style>
border-color css
<style>
span { border-color: #FBA3C7; }
span { border-color: rgb(251,163,199); }
td.TdClassName
{
border-color: #FBA3C7;
}
.TagClassName
{
border-color: #FBA3C7;
}
</style>