Shades of Carnation Pink #FBA6C6
Tints of Carnation Pink #FBA6C6
RGB
CMYK
RGB Variations
Color information
#FBA6C6 (or 0xFBA6C6) is known color: Carnation Pink. HEX triplet: FB, A6 and C6. RGB value is (251,166,198). Sum of RGB (Red+Green+Blue) = 251+166+198=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6C6 is #045939. Grayscale: #C3C3C3. Windows color (decimal): -284986 or 13018875. OLE color: 13018875.
HSL color Cylindrical-coordinate representation of color #FBA6C6: hue angle of 337.41º 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 #FBA6C6 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 198 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.02 |
| HSL | 337.41º | 0.91% | 0.82% | - |
| HSV(B) | 337.41º | 0.34% | 0.98% | - |
| XYZ | 63.61 | 51.86 | 60.08 | - |
| YUV | 195.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 198 | 0 | 0.34 | 0.21 | 0.02 | 337.41 | 0.91 | 0.82 |
| Hex | FB | A6 | C6 | 0 | 22 | 15 | 2 | 151 | 5B | 52 |
| Octal | 373 | 246 | 306 | 0 | 42 | 25 | 2 | 521 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11000110 | 0 | 100010 | 10101 | 10 | 101010001 | 1011011 | 1010010 |
Color Harmonies of #FBA6C6
Complementary color
Monochromatic Colors of #FBA6C6
Black with #FBA6C6
Text Example
Text Example
White with #FBA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6C6; }
p { color: rgb(251,166,198); }
H1.HeaderClassName
{
color: #FBA6C6;
}
.AnyTagClassName
{
color: #FBA6C6;
}
</style>
background-color css
<style>
a { background-color: #FBA6C6; }
a { background-color: rgb(251,166,198); }
div.DivClassName
{
background-color: #FBA6C6;
}
.BgClassName
{
background-color: #FBA6C6;
}
</style>
border-color css
<style>
span { border-color: #FBA6C6; }
span { border-color: rgb(251,166,198); }
td.TdClassName
{
border-color: #FBA6C6;
}
.TagClassName
{
border-color: #FBA6C6;
}
</style>