Shades of Carnation Pink #FBA6CC
Tints of Carnation Pink #FBA6CC
RGB
CMYK
RGB Variations
Color information
#FBA6CC (or 0xFBA6CC) is known color: Carnation Pink. HEX triplet: FB, A6 and CC. RGB value is (251,166,204). Sum of RGB (Red+Green+Blue) = 251+166+204=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CC is #045933. Grayscale: #C3C3C3. Windows color (decimal): -284980 or 13412091. OLE color: 13412091.
HSL color Cylindrical-coordinate representation of color #FBA6CC: hue angle of 333.18º 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 #FBA6CC is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 204 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.02 |
| HSL | 333.18º | 0.91% | 0.82% | - |
| HSV(B) | 333.18º | 0.34% | 0.98% | - |
| XYZ | 64.32 | 52.14 | 63.8 | - |
| YUV | 195.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 204 | 0 | 0.34 | 0.19 | 0.02 | 333.18 | 0.91 | 0.82 |
| Hex | FB | A6 | CC | 0 | 22 | 13 | 2 | 14D | 5B | 52 |
| Octal | 373 | 246 | 314 | 0 | 42 | 23 | 2 | 515 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11001100 | 0 | 100010 | 10011 | 10 | 101001101 | 1011011 | 1010010 |
Color Harmonies of #FBA6CC
Complementary color
Monochromatic Colors of #FBA6CC
Black with #FBA6CC
Text Example
Text Example
White with #FBA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6CC; }
p { color: rgb(251,166,204); }
H1.HeaderClassName
{
color: #FBA6CC;
}
.AnyTagClassName
{
color: #FBA6CC;
}
</style>
background-color css
<style>
a { background-color: #FBA6CC; }
a { background-color: rgb(251,166,204); }
div.DivClassName
{
background-color: #FBA6CC;
}
.BgClassName
{
background-color: #FBA6CC;
}
</style>
border-color css
<style>
span { border-color: #FBA6CC; }
span { border-color: rgb(251,166,204); }
td.TdClassName
{
border-color: #FBA6CC;
}
.TagClassName
{
border-color: #FBA6CC;
}
</style>