Shades of Carnation Pink #FAA2CA
Tints of Carnation Pink #FAA2CA
RGB
CMYK
RGB Variations
Color information
#FAA2CA (or 0xFAA2CA) is known color: Carnation Pink. HEX triplet: FA, A2 and CA. RGB value is (250,162,202). Sum of RGB (Red+Green+Blue) = 250+162+202=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CA is #055D35. Grayscale: #C0C0C0. Windows color (decimal): -351542 or 13279994. OLE color: 13279994.
HSL color Cylindrical-coordinate representation of color #FAA2CA: hue angle of 332.73º 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 #FAA2CA is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 202 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.02 |
| HSL | 332.73º | 0.9% | 0.81% | - |
| HSV(B) | 332.73º | 0.35% | 0.98% | - |
| XYZ | 63.01 | 50.43 | 62.29 | - |
| YUV | 192.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 202 | 0 | 0.35 | 0.19 | 0.02 | 332.73 | 0.9 | 0.81 |
| Hex | FA | A2 | CA | 0 | 23 | 13 | 2 | 14D | 5A | 51 |
| Octal | 372 | 242 | 312 | 0 | 43 | 23 | 2 | 515 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001010 | 0 | 100011 | 10011 | 10 | 101001101 | 1011010 | 1010001 |
Color Harmonies of #FAA2CA
Complementary color
Monochromatic Colors of #FAA2CA
Black with #FAA2CA
Text Example
Text Example
White with #FAA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2CA; }
p { color: rgb(250,162,202); }
H1.HeaderClassName
{
color: #FAA2CA;
}
.AnyTagClassName
{
color: #FAA2CA;
}
</style>
background-color css
<style>
a { background-color: #FAA2CA; }
a { background-color: rgb(250,162,202); }
div.DivClassName
{
background-color: #FAA2CA;
}
.BgClassName
{
background-color: #FAA2CA;
}
</style>
border-color css
<style>
span { border-color: #FAA2CA; }
span { border-color: rgb(250,162,202); }
td.TdClassName
{
border-color: #FAA2CA;
}
.TagClassName
{
border-color: #FAA2CA;
}
</style>