Shades of Carnation Pink #FAA5C5
Tints of Carnation Pink #FAA5C5
RGB
CMYK
RGB Variations
Color information
#FAA5C5 (or 0xFAA5C5) is known color: Carnation Pink. HEX triplet: FA, A5 and C5. RGB value is (250,165,197). Sum of RGB (Red+Green+Blue) = 250+165+197=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5C5 is #055A3A. Grayscale: #C2C2C2. Windows color (decimal): -350779 or 12953082. OLE color: 12953082.
HSL color Cylindrical-coordinate representation of color #FAA5C5: hue angle of 337.41º 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 #FAA5C5 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 197 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.02 |
| HSL | 337.41º | 0.89% | 0.81% | - |
| HSV(B) | 337.41º | 0.34% | 0.98% | - |
| XYZ | 62.96 | 51.27 | 59.4 | - |
| YUV | 194.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 197 | 0 | 0.34 | 0.21 | 0.02 | 337.41 | 0.89 | 0.81 |
| Hex | FA | A5 | C5 | 0 | 22 | 15 | 2 | 151 | 59 | 51 |
| Octal | 372 | 245 | 305 | 0 | 42 | 25 | 2 | 521 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11000101 | 0 | 100010 | 10101 | 10 | 101010001 | 1011001 | 1010001 |
Color Harmonies of #FAA5C5
Complementary color
Monochromatic Colors of #FAA5C5
Black with #FAA5C5
Text Example
Text Example
White with #FAA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5C5; }
p { color: rgb(250,165,197); }
H1.HeaderClassName
{
color: #FAA5C5;
}
.AnyTagClassName
{
color: #FAA5C5;
}
</style>
background-color css
<style>
a { background-color: #FAA5C5; }
a { background-color: rgb(250,165,197); }
div.DivClassName
{
background-color: #FAA5C5;
}
.BgClassName
{
background-color: #FAA5C5;
}
</style>
border-color css
<style>
span { border-color: #FAA5C5; }
span { border-color: rgb(250,165,197); }
td.TdClassName
{
border-color: #FAA5C5;
}
.TagClassName
{
border-color: #FAA5C5;
}
</style>