Shades of Carnation Pink #FAA2C8
Tints of Carnation Pink #FAA2C8
RGB
CMYK
RGB Variations
Color information
#FAA2C8 (or 0xFAA2C8) is known color: Carnation Pink. HEX triplet: FA, A2 and C8. RGB value is (250,162,200). Sum of RGB (Red+Green+Blue) = 250+162+200=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C8 is #055D37. Grayscale: #C0C0C0. Windows color (decimal): -351544 or 13148922. OLE color: 13148922.
HSL color Cylindrical-coordinate representation of color #FAA2C8: hue angle of 334.09º 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 #FAA2C8 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 200 | - |
| CMYK | 0 | 0.35 | 0.2 | 0.02 |
| HSL | 334.09º | 0.9% | 0.81% | - |
| HSV(B) | 334.09º | 0.35% | 0.98% | - |
| XYZ | 62.77 | 50.33 | 61.05 | - |
| YUV | 192.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 200 | 0 | 0.35 | 0.2 | 0.02 | 334.09 | 0.9 | 0.81 |
| Hex | FA | A2 | C8 | 0 | 23 | 14 | 2 | 14E | 5A | 51 |
| Octal | 372 | 242 | 310 | 0 | 43 | 24 | 2 | 516 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001000 | 0 | 100011 | 10100 | 10 | 101001110 | 1011010 | 1010001 |
Color Harmonies of #FAA2C8
Complementary color
Monochromatic Colors of #FAA2C8
Black with #FAA2C8
Text Example
Text Example
White with #FAA2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2C8; }
p { color: rgb(250,162,200); }
H1.HeaderClassName
{
color: #FAA2C8;
}
.AnyTagClassName
{
color: #FAA2C8;
}
</style>
background-color css
<style>
a { background-color: #FAA2C8; }
a { background-color: rgb(250,162,200); }
div.DivClassName
{
background-color: #FAA2C8;
}
.BgClassName
{
background-color: #FAA2C8;
}
</style>
border-color css
<style>
span { border-color: #FAA2C8; }
span { border-color: rgb(250,162,200); }
td.TdClassName
{
border-color: #FAA2C8;
}
.TagClassName
{
border-color: #FAA2C8;
}
</style>