Shades of Carnation Pink #FAABCC
Tints of Carnation Pink #FAABCC
RGB
CMYK
RGB Variations
Color information
#FAABCC (or 0xFAABCC) is known color: Carnation Pink. HEX triplet: FA, AB and CC. RGB value is (250,171,204). Sum of RGB (Red+Green+Blue) = 250+171+204=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCC is #055433. Grayscale: #C6C6C6. Windows color (decimal): -349236 or 13413370. OLE color: 13413370.
HSL color Cylindrical-coordinate representation of color #FAABCC: hue angle of 334.94º degrees, saturation: 0.89, 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 #FAABCC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 204 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 334.94º | 0.89% | 0.83% | - |
| HSV(B) | 334.94º | 0.32% | 0.98% | - |
| XYZ | 64.89 | 53.81 | 64.09 | - |
| YUV | 198.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 204 | 0 | 0.32 | 0.18 | 0.02 | 334.94 | 0.89 | 0.83 |
| Hex | FA | AB | CC | 0 | 20 | 12 | 2 | 14F | 59 | 53 |
| Octal | 372 | 253 | 314 | 0 | 40 | 22 | 2 | 517 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11001100 | 0 | 100000 | 10010 | 10 | 101001111 | 1011001 | 1010011 |
Color Harmonies of #FAABCC
Complementary color
Monochromatic Colors of #FAABCC
Black with #FAABCC
Text Example
Text Example
White with #FAABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABCC; }
p { color: rgb(250,171,204); }
H1.HeaderClassName
{
color: #FAABCC;
}
.AnyTagClassName
{
color: #FAABCC;
}
</style>
background-color css
<style>
a { background-color: #FAABCC; }
a { background-color: rgb(250,171,204); }
div.DivClassName
{
background-color: #FAABCC;
}
.BgClassName
{
background-color: #FAABCC;
}
</style>
border-color css
<style>
span { border-color: #FAABCC; }
span { border-color: rgb(250,171,204); }
td.TdClassName
{
border-color: #FAABCC;
}
.TagClassName
{
border-color: #FAABCC;
}
</style>