Shades of Carnation Pink #FAA3C7
Tints of Carnation Pink #FAA3C7
RGB
CMYK
RGB Variations
Color information
#FAA3C7 (or 0xFAA3C7) is known color: Carnation Pink. HEX triplet: FA, A3 and C7. RGB value is (250,163,199). Sum of RGB (Red+Green+Blue) = 250+163+199=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C7 is #055C38. Grayscale: #C1C1C1. Windows color (decimal): -351289 or 13083642. OLE color: 13083642.
HSL color Cylindrical-coordinate representation of color #FAA3C7: hue angle of 335.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3C7 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 199 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.02 |
| HSL | 335.17º | 0.9% | 0.81% | - |
| HSV(B) | 335.17º | 0.35% | 0.98% | - |
| XYZ | 62.83 | 50.64 | 60.5 | - |
| YUV | 193.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 199 | 0 | 0.35 | 0.20 | 0.02 | 335.17 | 0.9 | 0.81 |
| Hex | FA | A3 | C7 | 0 | 23 | 14 | 2 | 14F | 5A | 51 |
| Octal | 372 | 243 | 307 | 0 | 43 | 24 | 2 | 517 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11000111 | 0 | 100011 | 10100 | 10 | 101001111 | 1011010 | 1010001 |
Color Harmonies of #FAA3C7
Complementary color
Monochromatic Colors of #FAA3C7
Black with #FAA3C7
Text Example
Text Example
White with #FAA3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3C7; }
p { color: rgb(250,163,199); }
H1.HeaderClassName
{
color: #FAA3C7;
}
.AnyTagClassName
{
color: #FAA3C7;
}
</style>
background-color css
<style>
a { background-color: #FAA3C7; }
a { background-color: rgb(250,163,199); }
div.DivClassName
{
background-color: #FAA3C7;
}
.BgClassName
{
background-color: #FAA3C7;
}
</style>
border-color css
<style>
span { border-color: #FAA3C7; }
span { border-color: rgb(250,163,199); }
td.TdClassName
{
border-color: #FAA3C7;
}
.TagClassName
{
border-color: #FAA3C7;
}
</style>