Shades of Carnation Pink #FBABCC
Tints of Carnation Pink #FBABCC
RGB
CMYK
RGB Variations
Color information
#FBABCC (or 0xFBABCC) is known color: Carnation Pink. HEX triplet: FB, AB and CC. RGB value is (251,171,204). Sum of RGB (Red+Green+Blue) = 251+171+204=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABCC is #045433. Grayscale: #C6C6C6. Windows color (decimal): -283700 or 13413371. OLE color: 13413371.
HSL color Cylindrical-coordinate representation of color #FBABCC: hue angle of 335.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABCC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 204 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 335.25º | 0.91% | 0.83% | - |
| HSV(B) | 335.25º | 0.32% | 0.98% | - |
| XYZ | 65.25 | 53.99 | 64.11 | - |
| YUV | 198.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 204 | 0 | 0.32 | 0.19 | 0.02 | 335.25 | 0.91 | 0.83 |
| Hex | FB | AB | CC | 0 | 20 | 13 | 2 | 14F | 5B | 53 |
| Octal | 373 | 253 | 314 | 0 | 40 | 23 | 2 | 517 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11001100 | 0 | 100000 | 10011 | 10 | 101001111 | 1011011 | 1010011 |
Color Harmonies of #FBABCC
Complementary color
Monochromatic Colors of #FBABCC
Black with #FBABCC
Text Example
Text Example
White with #FBABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABCC; }
p { color: rgb(251,171,204); }
H1.HeaderClassName
{
color: #FBABCC;
}
.AnyTagClassName
{
color: #FBABCC;
}
</style>
background-color css
<style>
a { background-color: #FBABCC; }
a { background-color: rgb(251,171,204); }
div.DivClassName
{
background-color: #FBABCC;
}
.BgClassName
{
background-color: #FBABCC;
}
</style>
border-color css
<style>
span { border-color: #FBABCC; }
span { border-color: rgb(251,171,204); }
td.TdClassName
{
border-color: #FBABCC;
}
.TagClassName
{
border-color: #FBABCC;
}
</style>