Shades of Carnation Pink #FAA8C7
Tints of Carnation Pink #FAA8C7
RGB
CMYK
RGB Variations
Color information
#FAA8C7 (or 0xFAA8C7) is known color: Carnation Pink. HEX triplet: FA, A8 and C7. RGB value is (250,168,199). Sum of RGB (Red+Green+Blue) = 250+168+199=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C7 is #055738. Grayscale: #C4C4C4. Windows color (decimal): -350009 or 13084922. OLE color: 13084922.
HSL color Cylindrical-coordinate representation of color #FAA8C7: hue angle of 337.32º 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 #FAA8C7 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 199 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.02 |
| HSL | 337.32º | 0.89% | 0.82% | - |
| HSV(B) | 337.32º | 0.33% | 0.98% | - |
| XYZ | 63.74 | 52.45 | 60.8 | - |
| YUV | 196.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 199 | 0 | 0.33 | 0.20 | 0.02 | 337.32 | 0.89 | 0.82 |
| Hex | FA | A8 | C7 | 0 | 21 | 14 | 2 | 151 | 59 | 52 |
| Octal | 372 | 250 | 307 | 0 | 41 | 24 | 2 | 521 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11000111 | 0 | 100001 | 10100 | 10 | 101010001 | 1011001 | 1010010 |
Color Harmonies of #FAA8C7
Complementary color
Monochromatic Colors of #FAA8C7
Black with #FAA8C7
Text Example
Text Example
White with #FAA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8C7; }
p { color: rgb(250,168,199); }
H1.HeaderClassName
{
color: #FAA8C7;
}
.AnyTagClassName
{
color: #FAA8C7;
}
</style>
background-color css
<style>
a { background-color: #FAA8C7; }
a { background-color: rgb(250,168,199); }
div.DivClassName
{
background-color: #FAA8C7;
}
.BgClassName
{
background-color: #FAA8C7;
}
</style>
border-color css
<style>
span { border-color: #FAA8C7; }
span { border-color: rgb(250,168,199); }
td.TdClassName
{
border-color: #FAA8C7;
}
.TagClassName
{
border-color: #FAA8C7;
}
</style>