Shades of Carnation Pink #FAA3C1
Tints of Carnation Pink #FAA3C1
RGB
CMYK
RGB Variations
Color information
#FAA3C1 (or 0xFAA3C1) is known color: Carnation Pink. HEX triplet: FA, A3 and C1. RGB value is (250,163,193). Sum of RGB (Red+Green+Blue) = 250+163+193=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C1 is #055C3E. Grayscale: #C0C0C0. Windows color (decimal): -351295 or 12690426. OLE color: 12690426.
HSL color Cylindrical-coordinate representation of color #FAA3C1: hue angle of 339.31º 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 #FAA3C1 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 193 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.02 |
| HSL | 339.31º | 0.9% | 0.81% | - |
| HSV(B) | 339.31º | 0.35% | 0.98% | - |
| XYZ | 62.15 | 50.37 | 56.9 | - |
| YUV | 192.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 193 | 0 | 0.35 | 0.23 | 0.02 | 339.31 | 0.9 | 0.81 |
| Hex | FA | A3 | C1 | 0 | 23 | 17 | 2 | 153 | 5A | 51 |
| Octal | 372 | 243 | 301 | 0 | 43 | 27 | 2 | 523 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11000001 | 0 | 100011 | 10111 | 10 | 101010011 | 1011010 | 1010001 |
Color Harmonies of #FAA3C1
Complementary color
Monochromatic Colors of #FAA3C1
Black with #FAA3C1
Text Example
Text Example
White with #FAA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3C1; }
p { color: rgb(250,163,193); }
H1.HeaderClassName
{
color: #FAA3C1;
}
.AnyTagClassName
{
color: #FAA3C1;
}
</style>
background-color css
<style>
a { background-color: #FAA3C1; }
a { background-color: rgb(250,163,193); }
div.DivClassName
{
background-color: #FAA3C1;
}
.BgClassName
{
background-color: #FAA3C1;
}
</style>
border-color css
<style>
span { border-color: #FAA3C1; }
span { border-color: rgb(250,163,193); }
td.TdClassName
{
border-color: #FAA3C1;
}
.TagClassName
{
border-color: #FAA3C1;
}
</style>