Shades of Carnation Pink #FAA4C9
Tints of Carnation Pink #FAA4C9
RGB
CMYK
RGB Variations
Color information
#FAA4C9 (or 0xFAA4C9) is known color: Carnation Pink. HEX triplet: FA, A4 and C9. RGB value is (250,164,201). Sum of RGB (Red+Green+Blue) = 250+164+201=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4C9 is #055B36. Grayscale: #C1C1C1. Windows color (decimal): -351031 or 13214970. OLE color: 13214970.
HSL color Cylindrical-coordinate representation of color #FAA4C9: hue angle of 334.19º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4C9 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 201 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.02 |
| HSL | 334.19º | 0.9% | 0.81% | - |
| HSV(B) | 334.19º | 0.34% | 0.98% | - |
| XYZ | 63.24 | 51.09 | 61.79 | - |
| YUV | 193.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 201 | 0 | 0.34 | 0.20 | 0.02 | 334.19 | 0.9 | 0.81 |
| Hex | FA | A4 | C9 | 0 | 22 | 14 | 2 | 14E | 5A | 51 |
| Octal | 372 | 244 | 311 | 0 | 42 | 24 | 2 | 516 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11001001 | 0 | 100010 | 10100 | 10 | 101001110 | 1011010 | 1010001 |
Color Harmonies of #FAA4C9
Complementary color
Monochromatic Colors of #FAA4C9
Black with #FAA4C9
Text Example
Text Example
White with #FAA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4C9; }
p { color: rgb(250,164,201); }
H1.HeaderClassName
{
color: #FAA4C9;
}
.AnyTagClassName
{
color: #FAA4C9;
}
</style>
background-color css
<style>
a { background-color: #FAA4C9; }
a { background-color: rgb(250,164,201); }
div.DivClassName
{
background-color: #FAA4C9;
}
.BgClassName
{
background-color: #FAA4C9;
}
</style>
border-color css
<style>
span { border-color: #FAA4C9; }
span { border-color: rgb(250,164,201); }
td.TdClassName
{
border-color: #FAA4C9;
}
.TagClassName
{
border-color: #FAA4C9;
}
</style>