Shades of Carnation Pink #FAA3CE
Tints of Carnation Pink #FAA3CE
RGB
CMYK
RGB Variations
Color information
#FAA3CE (or 0xFAA3CE) is known color: Carnation Pink. HEX triplet: FA, A3 and CE. RGB value is (250,163,206). Sum of RGB (Red+Green+Blue) = 250+163+206=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3CE is #055C31. Grayscale: #C1C1C1. Windows color (decimal): -351282 or 13542394. OLE color: 13542394.
HSL color Cylindrical-coordinate representation of color #FAA3CE: hue angle of 330.34º 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 #FAA3CE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 206 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 330.34º | 0.9% | 0.81% | - |
| HSV(B) | 330.34º | 0.35% | 0.98% | - |
| XYZ | 63.66 | 50.97 | 64.88 | - |
| YUV | 193.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 206 | 0 | 0.35 | 0.18 | 0.02 | 330.34 | 0.9 | 0.81 |
| Hex | FA | A3 | CE | 0 | 23 | 12 | 2 | 14A | 5A | 51 |
| Octal | 372 | 243 | 316 | 0 | 43 | 22 | 2 | 512 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11001110 | 0 | 100011 | 10010 | 10 | 101001010 | 1011010 | 1010001 |
Color Harmonies of #FAA3CE
Complementary color
Monochromatic Colors of #FAA3CE
Black with #FAA3CE
Text Example
Text Example
White with #FAA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3CE; }
p { color: rgb(250,163,206); }
H1.HeaderClassName
{
color: #FAA3CE;
}
.AnyTagClassName
{
color: #FAA3CE;
}
</style>
background-color css
<style>
a { background-color: #FAA3CE; }
a { background-color: rgb(250,163,206); }
div.DivClassName
{
background-color: #FAA3CE;
}
.BgClassName
{
background-color: #FAA3CE;
}
</style>
border-color css
<style>
span { border-color: #FAA3CE; }
span { border-color: rgb(250,163,206); }
td.TdClassName
{
border-color: #FAA3CE;
}
.TagClassName
{
border-color: #FAA3CE;
}
</style>