Shades of Carnation Pink #FAA5C8
Tints of Carnation Pink #FAA5C8
RGB
CMYK
RGB Variations
Color information
#FAA5C8 (or 0xFAA5C8) is known color: Carnation Pink. HEX triplet: FA, A5 and C8. RGB value is (250,165,200). Sum of RGB (Red+Green+Blue) = 250+165+200=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5C8 is #055A37. Grayscale: #C2C2C2. Windows color (decimal): -350776 or 13149690. OLE color: 13149690.
HSL color Cylindrical-coordinate representation of color #FAA5C8: hue angle of 335.29º degrees, saturation: 0.89, 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 #FAA5C8 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 200 | - |
| CMYK | 0 | 0.34 | 0.2 | 0.02 |
| HSL | 335.29º | 0.89% | 0.81% | - |
| HSV(B) | 335.29º | 0.34% | 0.98% | - |
| XYZ | 63.3 | 51.4 | 61.23 | - |
| YUV | 194.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 200 | 0 | 0.34 | 0.2 | 0.02 | 335.29 | 0.89 | 0.81 |
| Hex | FA | A5 | C8 | 0 | 22 | 14 | 2 | 14F | 59 | 51 |
| Octal | 372 | 245 | 310 | 0 | 42 | 24 | 2 | 517 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11001000 | 0 | 100010 | 10100 | 10 | 101001111 | 1011001 | 1010001 |
Color Harmonies of #FAA5C8
Complementary color
Monochromatic Colors of #FAA5C8
Black with #FAA5C8
Text Example
Text Example
White with #FAA5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5C8; }
p { color: rgb(250,165,200); }
H1.HeaderClassName
{
color: #FAA5C8;
}
.AnyTagClassName
{
color: #FAA5C8;
}
</style>
background-color css
<style>
a { background-color: #FAA5C8; }
a { background-color: rgb(250,165,200); }
div.DivClassName
{
background-color: #FAA5C8;
}
.BgClassName
{
background-color: #FAA5C8;
}
</style>
border-color css
<style>
span { border-color: #FAA5C8; }
span { border-color: rgb(250,165,200); }
td.TdClassName
{
border-color: #FAA5C8;
}
.TagClassName
{
border-color: #FAA5C8;
}
</style>