Shades of Carnation Pink #FAA0C8
Tints of Carnation Pink #FAA0C8
RGB
CMYK
RGB Variations
Color information
#FAA0C8 (or 0xFAA0C8) is known color: Carnation Pink. HEX triplet: FA, A0 and C8. RGB value is (250,160,200). Sum of RGB (Red+Green+Blue) = 250+160+200=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C8 is #055F37. Grayscale: #BFBFBF. Windows color (decimal): -352056 or 13148410. OLE color: 13148410.
HSL color Cylindrical-coordinate representation of color #FAA0C8: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0C8 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 200 | - |
| CMYK | 0 | 0.36 | 0.2 | 0.02 |
| HSL | 333.33º | 0.9% | 0.8% | - |
| HSV(B) | 333.33º | 0.36% | 0.98% | - |
| XYZ | 62.42 | 49.64 | 60.93 | - |
| YUV | 191.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 200 | 0 | 0.36 | 0.2 | 0.02 | 333.33 | 0.9 | 0.8 |
| Hex | FA | A0 | C8 | 0 | 24 | 14 | 2 | 14D | 5A | 50 |
| Octal | 372 | 240 | 310 | 0 | 44 | 24 | 2 | 515 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11001000 | 0 | 100100 | 10100 | 10 | 101001101 | 1011010 | 1010000 |
Color Harmonies of #FAA0C8
Complementary color
Monochromatic Colors of #FAA0C8
Black with #FAA0C8
Text Example
Text Example
White with #FAA0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0C8; }
p { color: rgb(250,160,200); }
H1.HeaderClassName
{
color: #FAA0C8;
}
.AnyTagClassName
{
color: #FAA0C8;
}
</style>
background-color css
<style>
a { background-color: #FAA0C8; }
a { background-color: rgb(250,160,200); }
div.DivClassName
{
background-color: #FAA0C8;
}
.BgClassName
{
background-color: #FAA0C8;
}
</style>
border-color css
<style>
span { border-color: #FAA0C8; }
span { border-color: rgb(250,160,200); }
td.TdClassName
{
border-color: #FAA0C8;
}
.TagClassName
{
border-color: #FAA0C8;
}
</style>