Shades of Carnation Pink #FAABC8
Tints of Carnation Pink #FAABC8
RGB
CMYK
RGB Variations
Color information
#FAABC8 (or 0xFAABC8) is known color: Carnation Pink. HEX triplet: FA, AB and C8. RGB value is (250,171,200). Sum of RGB (Red+Green+Blue) = 250+171+200=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC8 is #055437. Grayscale: #C5C5C5. Windows color (decimal): -349240 or 13151226. OLE color: 13151226.
HSL color Cylindrical-coordinate representation of color #FAABC8: hue angle of 337.97º 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 #FAABC8 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 200 | - |
| CMYK | 0 | 0.32 | 0.2 | 0.02 |
| HSL | 337.97º | 0.89% | 0.83% | - |
| HSV(B) | 337.97º | 0.32% | 0.98% | - |
| XYZ | 64.41 | 53.62 | 61.6 | - |
| YUV | 197.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 200 | 0 | 0.32 | 0.2 | 0.02 | 337.97 | 0.89 | 0.83 |
| Hex | FA | AB | C8 | 0 | 20 | 14 | 2 | 152 | 59 | 53 |
| Octal | 372 | 253 | 310 | 0 | 40 | 24 | 2 | 522 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11001000 | 0 | 100000 | 10100 | 10 | 101010010 | 1011001 | 1010011 |
Color Harmonies of #FAABC8
Complementary color
Monochromatic Colors of #FAABC8
Black with #FAABC8
Text Example
Text Example
White with #FAABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC8; }
p { color: rgb(250,171,200); }
H1.HeaderClassName
{
color: #FAABC8;
}
.AnyTagClassName
{
color: #FAABC8;
}
</style>
background-color css
<style>
a { background-color: #FAABC8; }
a { background-color: rgb(250,171,200); }
div.DivClassName
{
background-color: #FAABC8;
}
.BgClassName
{
background-color: #FAABC8;
}
</style>
border-color css
<style>
span { border-color: #FAABC8; }
span { border-color: rgb(250,171,200); }
td.TdClassName
{
border-color: #FAABC8;
}
.TagClassName
{
border-color: #FAABC8;
}
</style>