Shades of Carnation Pink #FAAAC5
Tints of Carnation Pink #FAAAC5
RGB
CMYK
RGB Variations
Color information
#FAAAC5 (or 0xFAAAC5) is known color: Carnation Pink. HEX triplet: FA, AA and C5. RGB value is (250,170,197). Sum of RGB (Red+Green+Blue) = 250+170+197=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC5 is #05553A. Grayscale: #C4C4C4. Windows color (decimal): -349499 or 12954362. OLE color: 12954362.
HSL color Cylindrical-coordinate representation of color #FAAAC5: hue angle of 339.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAC5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 197 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.02 |
| HSL | 339.75º | 0.89% | 0.82% | - |
| HSV(B) | 339.75º | 0.32% | 0.98% | - |
| XYZ | 63.88 | 53.1 | 59.71 | - |
| YUV | 197 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 197 | 0 | 0.32 | 0.21 | 0.02 | 339.75 | 0.89 | 0.82 |
| Hex | FA | AA | C5 | 0 | 20 | 15 | 2 | 154 | 59 | 52 |
| Octal | 372 | 252 | 305 | 0 | 40 | 25 | 2 | 524 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11000101 | 0 | 100000 | 10101 | 10 | 101010100 | 1011001 | 1010010 |
Color Harmonies of #FAAAC5
Complementary color
Monochromatic Colors of #FAAAC5
Black with #FAAAC5
Text Example
Text Example
White with #FAAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC5; }
p { color: rgb(250,170,197); }
H1.HeaderClassName
{
color: #FAAAC5;
}
.AnyTagClassName
{
color: #FAAAC5;
}
</style>
background-color css
<style>
a { background-color: #FAAAC5; }
a { background-color: rgb(250,170,197); }
div.DivClassName
{
background-color: #FAAAC5;
}
.BgClassName
{
background-color: #FAAAC5;
}
</style>
border-color css
<style>
span { border-color: #FAAAC5; }
span { border-color: rgb(250,170,197); }
td.TdClassName
{
border-color: #FAAAC5;
}
.TagClassName
{
border-color: #FAAAC5;
}
</style>