Shades of Carnation Pink #FAA3BC
Tints of Carnation Pink #FAA3BC
RGB
CMYK
RGB Variations
Color information
#FAA3BC (or 0xFAA3BC) is known color: Carnation Pink. HEX triplet: FA, A3 and BC. RGB value is (250,163,188). Sum of RGB (Red+Green+Blue) = 250+163+188=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3BC is #055C43. Grayscale: #BFBFBF. Windows color (decimal): -351300 or 12362746. OLE color: 12362746.
HSL color Cylindrical-coordinate representation of color #FAA3BC: hue angle of 342.76º 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 #FAA3BC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 188 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 342.76º | 0.9% | 0.81% | - |
| HSV(B) | 342.76º | 0.35% | 0.98% | - |
| XYZ | 61.6 | 50.15 | 54.01 | - |
| YUV | 191.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 188 | 0 | 0.35 | 0.25 | 0.02 | 342.76 | 0.9 | 0.81 |
| Hex | FA | A3 | BC | 0 | 23 | 19 | 2 | 157 | 5A | 51 |
| Octal | 372 | 243 | 274 | 0 | 43 | 31 | 2 | 527 | 132 | 121 |
| Binary | 11111010 | 10100011 | 10111100 | 0 | 100011 | 11001 | 10 | 101010111 | 1011010 | 1010001 |
Color Harmonies of #FAA3BC
Complementary color
Monochromatic Colors of #FAA3BC
Black with #FAA3BC
Text Example
Text Example
White with #FAA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3BC; }
p { color: rgb(250,163,188); }
H1.HeaderClassName
{
color: #FAA3BC;
}
.AnyTagClassName
{
color: #FAA3BC;
}
</style>
background-color css
<style>
a { background-color: #FAA3BC; }
a { background-color: rgb(250,163,188); }
div.DivClassName
{
background-color: #FAA3BC;
}
.BgClassName
{
background-color: #FAA3BC;
}
</style>
border-color css
<style>
span { border-color: #FAA3BC; }
span { border-color: rgb(250,163,188); }
td.TdClassName
{
border-color: #FAA3BC;
}
.TagClassName
{
border-color: #FAA3BC;
}
</style>