Shades of Carnation Pink #FAA1C7
Tints of Carnation Pink #FAA1C7
RGB
CMYK
RGB Variations
Color information
#FAA1C7 (or 0xFAA1C7) is known color: Carnation Pink. HEX triplet: FA, A1 and C7. RGB value is (250,161,199). Sum of RGB (Red+Green+Blue) = 250+161+199=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C7 is #055E38. Grayscale: #BFBFBF. Windows color (decimal): -351801 or 13083130. OLE color: 13083130.
HSL color Cylindrical-coordinate representation of color #FAA1C7: hue angle of 334.38º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1C7 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 199 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.02 |
| HSL | 334.38º | 0.9% | 0.81% | - |
| HSV(B) | 334.38º | 0.36% | 0.98% | - |
| XYZ | 62.48 | 49.94 | 60.38 | - |
| YUV | 191.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 199 | 0 | 0.36 | 0.20 | 0.02 | 334.38 | 0.9 | 0.81 |
| Hex | FA | A1 | C7 | 0 | 24 | 14 | 2 | 14E | 5A | 51 |
| Octal | 372 | 241 | 307 | 0 | 44 | 24 | 2 | 516 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11000111 | 0 | 100100 | 10100 | 10 | 101001110 | 1011010 | 1010001 |
Color Harmonies of #FAA1C7
Complementary color
Monochromatic Colors of #FAA1C7
Black with #FAA1C7
Text Example
Text Example
White with #FAA1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1C7; }
p { color: rgb(250,161,199); }
H1.HeaderClassName
{
color: #FAA1C7;
}
.AnyTagClassName
{
color: #FAA1C7;
}
</style>
background-color css
<style>
a { background-color: #FAA1C7; }
a { background-color: rgb(250,161,199); }
div.DivClassName
{
background-color: #FAA1C7;
}
.BgClassName
{
background-color: #FAA1C7;
}
</style>
border-color css
<style>
span { border-color: #FAA1C7; }
span { border-color: rgb(250,161,199); }
td.TdClassName
{
border-color: #FAA1C7;
}
.TagClassName
{
border-color: #FAA1C7;
}
</style>