Shades of Carnation Pink #FAA2C3
Tints of Carnation Pink #FAA2C3
RGB
CMYK
RGB Variations
Color information
#FAA2C3 (or 0xFAA2C3) is known color: Carnation Pink. HEX triplet: FA, A2 and C3. RGB value is (250,162,195). Sum of RGB (Red+Green+Blue) = 250+162+195=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C3 is #055D3C. Grayscale: #C0C0C0. Windows color (decimal): -351549 or 12821242. OLE color: 12821242.
HSL color Cylindrical-coordinate representation of color #FAA2C3: hue angle of 337.5º 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 #FAA2C3 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 195 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 337.5º | 0.9% | 0.81% | - |
| HSV(B) | 337.5º | 0.35% | 0.98% | - |
| XYZ | 62.2 | 50.1 | 58.02 | - |
| YUV | 192.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 195 | 0 | 0.35 | 0.22 | 0.02 | 337.5 | 0.9 | 0.81 |
| Hex | FA | A2 | C3 | 0 | 23 | 16 | 2 | 152 | 5A | 51 |
| Octal | 372 | 242 | 303 | 0 | 43 | 26 | 2 | 522 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11000011 | 0 | 100011 | 10110 | 10 | 101010010 | 1011010 | 1010001 |
Color Harmonies of #FAA2C3
Complementary color
Monochromatic Colors of #FAA2C3
Black with #FAA2C3
Text Example
Text Example
White with #FAA2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2C3; }
p { color: rgb(250,162,195); }
H1.HeaderClassName
{
color: #FAA2C3;
}
.AnyTagClassName
{
color: #FAA2C3;
}
</style>
background-color css
<style>
a { background-color: #FAA2C3; }
a { background-color: rgb(250,162,195); }
div.DivClassName
{
background-color: #FAA2C3;
}
.BgClassName
{
background-color: #FAA2C3;
}
</style>
border-color css
<style>
span { border-color: #FAA2C3; }
span { border-color: rgb(250,162,195); }
td.TdClassName
{
border-color: #FAA2C3;
}
.TagClassName
{
border-color: #FAA2C3;
}
</style>