Shades of Carnation Pink #FAA1C2
Tints of Carnation Pink #FAA1C2
RGB
CMYK
RGB Variations
Color information
#FAA1C2 (or 0xFAA1C2) is known color: Carnation Pink. HEX triplet: FA, A1 and C2. RGB value is (250,161,194). Sum of RGB (Red+Green+Blue) = 250+161+194=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C2 is #055E3D. Grayscale: #BFBFBF. Windows color (decimal): -351806 or 12755450. OLE color: 12755450.
HSL color Cylindrical-coordinate representation of color #FAA1C2: hue angle of 337.75º 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 #FAA1C2 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 194 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.02 |
| HSL | 337.75º | 0.9% | 0.81% | - |
| HSV(B) | 337.75º | 0.36% | 0.98% | - |
| XYZ | 61.91 | 49.71 | 57.37 | - |
| YUV | 191.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 194 | 0 | 0.36 | 0.22 | 0.02 | 337.75 | 0.9 | 0.81 |
| Hex | FA | A1 | C2 | 0 | 24 | 16 | 2 | 152 | 5A | 51 |
| Octal | 372 | 241 | 302 | 0 | 44 | 26 | 2 | 522 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11000010 | 0 | 100100 | 10110 | 10 | 101010010 | 1011010 | 1010001 |
Color Harmonies of #FAA1C2
Complementary color
Monochromatic Colors of #FAA1C2
Black with #FAA1C2
Text Example
Text Example
White with #FAA1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1C2; }
p { color: rgb(250,161,194); }
H1.HeaderClassName
{
color: #FAA1C2;
}
.AnyTagClassName
{
color: #FAA1C2;
}
</style>
background-color css
<style>
a { background-color: #FAA1C2; }
a { background-color: rgb(250,161,194); }
div.DivClassName
{
background-color: #FAA1C2;
}
.BgClassName
{
background-color: #FAA1C2;
}
</style>
border-color css
<style>
span { border-color: #FAA1C2; }
span { border-color: rgb(250,161,194); }
td.TdClassName
{
border-color: #FAA1C2;
}
.TagClassName
{
border-color: #FAA1C2;
}
</style>