Shades of Carnation Pink #FAA2CE
Tints of Carnation Pink #FAA2CE
RGB
CMYK
RGB Variations
Color information
#FAA2CE (or 0xFAA2CE) is known color: Carnation Pink. HEX triplet: FA, A2 and CE. RGB value is (250,162,206). Sum of RGB (Red+Green+Blue) = 250+162+206=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CE is #055D31. Grayscale: #C1C1C1. Windows color (decimal): -351538 or 13542138. OLE color: 13542138.
HSL color Cylindrical-coordinate representation of color #FAA2CE: hue angle of 330º 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 #FAA2CE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 206 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 330º | 0.9% | 0.81% | - |
| HSV(B) | 330º | 0.35% | 0.98% | - |
| XYZ | 63.49 | 50.62 | 64.82 | - |
| YUV | 193.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 206 | 0 | 0.35 | 0.18 | 0.02 | 330 | 0.9 | 0.81 |
| Hex | FA | A2 | CE | 0 | 23 | 12 | 2 | 14A | 5A | 51 |
| Octal | 372 | 242 | 316 | 0 | 43 | 22 | 2 | 512 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001110 | 0 | 100011 | 10010 | 10 | 101001010 | 1011010 | 1010001 |
Color Harmonies of #FAA2CE
Complementary color
Monochromatic Colors of #FAA2CE
Black with #FAA2CE
Text Example
Text Example
White with #FAA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2CE; }
p { color: rgb(250,162,206); }
H1.HeaderClassName
{
color: #FAA2CE;
}
.AnyTagClassName
{
color: #FAA2CE;
}
</style>
background-color css
<style>
a { background-color: #FAA2CE; }
a { background-color: rgb(250,162,206); }
div.DivClassName
{
background-color: #FAA2CE;
}
.BgClassName
{
background-color: #FAA2CE;
}
</style>
border-color css
<style>
span { border-color: #FAA2CE; }
span { border-color: rgb(250,162,206); }
td.TdClassName
{
border-color: #FAA2CE;
}
.TagClassName
{
border-color: #FAA2CE;
}
</style>