Shades of Carnation Pink #FAA2C2
Tints of Carnation Pink #FAA2C2
RGB
CMYK
RGB Variations
Color information
#FAA2C2 (or 0xFAA2C2) is known color: Carnation Pink. HEX triplet: FA, A2 and C2. RGB value is (250,162,194). Sum of RGB (Red+Green+Blue) = 250+162+194=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C2 is #055D3D. Grayscale: #BFBFBF. Windows color (decimal): -351550 or 12755706. OLE color: 12755706.
HSL color Cylindrical-coordinate representation of color #FAA2C2: hue angle of 338.18º 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 #FAA2C2 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 194 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 338.18º | 0.9% | 0.81% | - |
| HSV(B) | 338.18º | 0.35% | 0.98% | - |
| XYZ | 62.08 | 50.06 | 57.43 | - |
| YUV | 191.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 194 | 0 | 0.35 | 0.22 | 0.02 | 338.18 | 0.9 | 0.81 |
| Hex | FA | A2 | C2 | 0 | 23 | 16 | 2 | 152 | 5A | 51 |
| Octal | 372 | 242 | 302 | 0 | 43 | 26 | 2 | 522 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11000010 | 0 | 100011 | 10110 | 10 | 101010010 | 1011010 | 1010001 |
Color Harmonies of #FAA2C2
Complementary color
Monochromatic Colors of #FAA2C2
Black with #FAA2C2
Text Example
Text Example
White with #FAA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2C2; }
p { color: rgb(250,162,194); }
H1.HeaderClassName
{
color: #FAA2C2;
}
.AnyTagClassName
{
color: #FAA2C2;
}
</style>
background-color css
<style>
a { background-color: #FAA2C2; }
a { background-color: rgb(250,162,194); }
div.DivClassName
{
background-color: #FAA2C2;
}
.BgClassName
{
background-color: #FAA2C2;
}
</style>
border-color css
<style>
span { border-color: #FAA2C2; }
span { border-color: rgb(250,162,194); }
td.TdClassName
{
border-color: #FAA2C2;
}
.TagClassName
{
border-color: #FAA2C2;
}
</style>