Shades of Carnation Pink #FAA1C5
Tints of Carnation Pink #FAA1C5
RGB
CMYK
RGB Variations
Color information
#FAA1C5 (or 0xFAA1C5) is known color: Carnation Pink. HEX triplet: FA, A1 and C5. RGB value is (250,161,197). Sum of RGB (Red+Green+Blue) = 250+161+197=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C5 is #055E3A. Grayscale: #BFBFBF. Windows color (decimal): -351803 or 12952058. OLE color: 12952058.
HSL color Cylindrical-coordinate representation of color #FAA1C5: hue angle of 335.73º 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 #FAA1C5 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 197 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.02 |
| HSL | 335.73º | 0.9% | 0.81% | - |
| HSV(B) | 335.73º | 0.36% | 0.98% | - |
| XYZ | 62.25 | 49.84 | 59.16 | - |
| YUV | 191.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 197 | 0 | 0.36 | 0.21 | 0.02 | 335.73 | 0.9 | 0.81 |
| Hex | FA | A1 | C5 | 0 | 24 | 15 | 2 | 150 | 5A | 51 |
| Octal | 372 | 241 | 305 | 0 | 44 | 25 | 2 | 520 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11000101 | 0 | 100100 | 10101 | 10 | 101010000 | 1011010 | 1010001 |
Color Harmonies of #FAA1C5
Complementary color
Monochromatic Colors of #FAA1C5
Black with #FAA1C5
Text Example
Text Example
White with #FAA1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1C5; }
p { color: rgb(250,161,197); }
H1.HeaderClassName
{
color: #FAA1C5;
}
.AnyTagClassName
{
color: #FAA1C5;
}
</style>
background-color css
<style>
a { background-color: #FAA1C5; }
a { background-color: rgb(250,161,197); }
div.DivClassName
{
background-color: #FAA1C5;
}
.BgClassName
{
background-color: #FAA1C5;
}
</style>
border-color css
<style>
span { border-color: #FAA1C5; }
span { border-color: rgb(250,161,197); }
td.TdClassName
{
border-color: #FAA1C5;
}
.TagClassName
{
border-color: #FAA1C5;
}
</style>