Shades of Carnation Pink #FAA2CC
Tints of Carnation Pink #FAA2CC
RGB
CMYK
RGB Variations
Color information
#FAA2CC (or 0xFAA2CC) is known color: Carnation Pink. HEX triplet: FA, A2 and CC. RGB value is (250,162,204). Sum of RGB (Red+Green+Blue) = 250+162+204=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CC is #055D33. Grayscale: #C1C1C1. Windows color (decimal): -351540 or 13411066. OLE color: 13411066.
HSL color Cylindrical-coordinate representation of color #FAA2CC: hue angle of 331.36º 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 #FAA2CC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 204 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 331.36º | 0.9% | 0.81% | - |
| HSV(B) | 331.36º | 0.35% | 0.98% | - |
| XYZ | 63.24 | 50.52 | 63.55 | - |
| YUV | 193.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 204 | 0 | 0.35 | 0.18 | 0.02 | 331.36 | 0.9 | 0.81 |
| Hex | FA | A2 | CC | 0 | 23 | 12 | 2 | 14B | 5A | 51 |
| Octal | 372 | 242 | 314 | 0 | 43 | 22 | 2 | 513 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001100 | 0 | 100011 | 10010 | 10 | 101001011 | 1011010 | 1010001 |
Color Harmonies of #FAA2CC
Complementary color
Monochromatic Colors of #FAA2CC
Black with #FAA2CC
Text Example
Text Example
White with #FAA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2CC; }
p { color: rgb(250,162,204); }
H1.HeaderClassName
{
color: #FAA2CC;
}
.AnyTagClassName
{
color: #FAA2CC;
}
</style>
background-color css
<style>
a { background-color: #FAA2CC; }
a { background-color: rgb(250,162,204); }
div.DivClassName
{
background-color: #FAA2CC;
}
.BgClassName
{
background-color: #FAA2CC;
}
</style>
border-color css
<style>
span { border-color: #FAA2CC; }
span { border-color: rgb(250,162,204); }
td.TdClassName
{
border-color: #FAA2CC;
}
.TagClassName
{
border-color: #FAA2CC;
}
</style>