Shades of Carnation Pink #FBAACC
Tints of Carnation Pink #FBAACC
RGB
CMYK
RGB Variations
Color information
#FBAACC (or 0xFBAACC) is known color: Carnation Pink. HEX triplet: FB, AA and CC. RGB value is (251,170,204). Sum of RGB (Red+Green+Blue) = 251+170+204=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACC is #045533. Grayscale: #C6C6C6. Windows color (decimal): -283956 or 13413115. OLE color: 13413115.
HSL color Cylindrical-coordinate representation of color #FBAACC: hue angle of 334.81º 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 #FBAACC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 204 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 334.81º | 0.91% | 0.83% | - |
| HSV(B) | 334.81º | 0.32% | 0.98% | - |
| XYZ | 65.06 | 53.62 | 64.05 | - |
| YUV | 198.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 204 | 0 | 0.32 | 0.19 | 0.02 | 334.81 | 0.91 | 0.83 |
| Hex | FB | AA | CC | 0 | 20 | 13 | 2 | 14F | 5B | 53 |
| Octal | 373 | 252 | 314 | 0 | 40 | 23 | 2 | 517 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11001100 | 0 | 100000 | 10011 | 10 | 101001111 | 1011011 | 1010011 |
Color Harmonies of #FBAACC
Complementary color
Monochromatic Colors of #FBAACC
Black with #FBAACC
Text Example
Text Example
White with #FBAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAACC; }
p { color: rgb(251,170,204); }
H1.HeaderClassName
{
color: #FBAACC;
}
.AnyTagClassName
{
color: #FBAACC;
}
</style>
background-color css
<style>
a { background-color: #FBAACC; }
a { background-color: rgb(251,170,204); }
div.DivClassName
{
background-color: #FBAACC;
}
.BgClassName
{
background-color: #FBAACC;
}
</style>
border-color css
<style>
span { border-color: #FBAACC; }
span { border-color: rgb(251,170,204); }
td.TdClassName
{
border-color: #FBAACC;
}
.TagClassName
{
border-color: #FBAACC;
}
</style>