Shades of Carnation Pink #FBA3C6
Tints of Carnation Pink #FBA3C6
RGB
CMYK
RGB Variations
Color information
#FBA3C6 (or 0xFBA3C6) is known color: Carnation Pink. HEX triplet: FB, A3 and C6. RGB value is (251,163,198). Sum of RGB (Red+Green+Blue) = 251+163+198=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3C6 is #045C39. Grayscale: #C1C1C1. Windows color (decimal): -285754 or 13018107. OLE color: 13018107.
HSL color Cylindrical-coordinate representation of color #FBA3C6: hue angle of 336.14º 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 #FBA3C6 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 198 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.02 |
| HSL | 336.14º | 0.92% | 0.81% | - |
| HSV(B) | 336.14º | 0.35% | 0.98% | - |
| XYZ | 63.07 | 50.78 | 59.9 | - |
| YUV | 193.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 198 | 0 | 0.35 | 0.21 | 0.02 | 336.14 | 0.92 | 0.81 |
| Hex | FB | A3 | C6 | 0 | 23 | 15 | 2 | 150 | 5C | 51 |
| Octal | 373 | 243 | 306 | 0 | 43 | 25 | 2 | 520 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11000110 | 0 | 100011 | 10101 | 10 | 101010000 | 1011100 | 1010001 |
Color Harmonies of #FBA3C6
Complementary color
Monochromatic Colors of #FBA3C6
Black with #FBA3C6
Text Example
Text Example
White with #FBA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3C6; }
p { color: rgb(251,163,198); }
H1.HeaderClassName
{
color: #FBA3C6;
}
.AnyTagClassName
{
color: #FBA3C6;
}
</style>
background-color css
<style>
a { background-color: #FBA3C6; }
a { background-color: rgb(251,163,198); }
div.DivClassName
{
background-color: #FBA3C6;
}
.BgClassName
{
background-color: #FBA3C6;
}
</style>
border-color css
<style>
span { border-color: #FBA3C6; }
span { border-color: rgb(251,163,198); }
td.TdClassName
{
border-color: #FBA3C6;
}
.TagClassName
{
border-color: #FBA3C6;
}
</style>