Shades of Carnation Pink #FAA7C5
Tints of Carnation Pink #FAA7C5
RGB
CMYK
RGB Variations
Color information
#FAA7C5 (or 0xFAA7C5) is known color: Carnation Pink. HEX triplet: FA, A7 and C5. RGB value is (250,167,197). Sum of RGB (Red+Green+Blue) = 250+167+197=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7C5 is #05583A. Grayscale: #C3C3C3. Windows color (decimal): -350267 or 12953594. OLE color: 12953594.
HSL color Cylindrical-coordinate representation of color #FAA7C5: hue angle of 338.31º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7C5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 197 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.02 |
| HSL | 338.31º | 0.89% | 0.82% | - |
| HSV(B) | 338.31º | 0.33% | 0.98% | - |
| XYZ | 63.32 | 51.99 | 59.52 | - |
| YUV | 195.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 197 | 0 | 0.33 | 0.21 | 0.02 | 338.31 | 0.89 | 0.82 |
| Hex | FA | A7 | C5 | 0 | 21 | 15 | 2 | 152 | 59 | 52 |
| Octal | 372 | 247 | 305 | 0 | 41 | 25 | 2 | 522 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11000101 | 0 | 100001 | 10101 | 10 | 101010010 | 1011001 | 1010010 |
Color Harmonies of #FAA7C5
Complementary color
Monochromatic Colors of #FAA7C5
Black with #FAA7C5
Text Example
Text Example
White with #FAA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7C5; }
p { color: rgb(250,167,197); }
H1.HeaderClassName
{
color: #FAA7C5;
}
.AnyTagClassName
{
color: #FAA7C5;
}
</style>
background-color css
<style>
a { background-color: #FAA7C5; }
a { background-color: rgb(250,167,197); }
div.DivClassName
{
background-color: #FAA7C5;
}
.BgClassName
{
background-color: #FAA7C5;
}
</style>
border-color css
<style>
span { border-color: #FAA7C5; }
span { border-color: rgb(250,167,197); }
td.TdClassName
{
border-color: #FAA7C5;
}
.TagClassName
{
border-color: #FAA7C5;
}
</style>