Shades of Carnation Pink #FBA6C0
Tints of Carnation Pink #FBA6C0
RGB
CMYK
RGB Variations
Color information
#FBA6C0 (or 0xFBA6C0) is known color: Carnation Pink. HEX triplet: FB, A6 and C0. RGB value is (251,166,192). Sum of RGB (Red+Green+Blue) = 251+166+192=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6C0 is #04593F. Grayscale: #C2C2C2. Windows color (decimal): -284992 or 12625659. OLE color: 12625659.
HSL color Cylindrical-coordinate representation of color #FBA6C0: hue angle of 341.65º 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 #FBA6C0 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 192 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.02 |
| HSL | 341.65º | 0.91% | 0.82% | - |
| HSV(B) | 341.65º | 0.34% | 0.98% | - |
| XYZ | 62.93 | 51.59 | 56.51 | - |
| YUV | 194.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 192 | 0 | 0.34 | 0.24 | 0.02 | 341.65 | 0.91 | 0.82 |
| Hex | FB | A6 | C0 | 0 | 22 | 18 | 2 | 156 | 5B | 52 |
| Octal | 373 | 246 | 300 | 0 | 42 | 30 | 2 | 526 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11000000 | 0 | 100010 | 11000 | 10 | 101010110 | 1011011 | 1010010 |
Color Harmonies of #FBA6C0
Complementary color
Monochromatic Colors of #FBA6C0
Black with #FBA6C0
Text Example
Text Example
White with #FBA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6C0; }
p { color: rgb(251,166,192); }
H1.HeaderClassName
{
color: #FBA6C0;
}
.AnyTagClassName
{
color: #FBA6C0;
}
</style>
background-color css
<style>
a { background-color: #FBA6C0; }
a { background-color: rgb(251,166,192); }
div.DivClassName
{
background-color: #FBA6C0;
}
.BgClassName
{
background-color: #FBA6C0;
}
</style>
border-color css
<style>
span { border-color: #FBA6C0; }
span { border-color: rgb(251,166,192); }
td.TdClassName
{
border-color: #FBA6C0;
}
.TagClassName
{
border-color: #FBA6C0;
}
</style>