Shades of Carnation Pink #FAA4BC
Tints of Carnation Pink #FAA4BC
RGB
CMYK
RGB Variations
Color information
#FAA4BC (or 0xFAA4BC) is known color: Carnation Pink. HEX triplet: FA, A4 and BC. RGB value is (250,164,188). Sum of RGB (Red+Green+Blue) = 250+164+188=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4BC is #055B43. Grayscale: #C0C0C0. Windows color (decimal): -351044 or 12363002. OLE color: 12363002.
HSL color Cylindrical-coordinate representation of color #FAA4BC: hue angle of 343.26º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4BC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 188 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.02 |
| HSL | 343.26º | 0.9% | 0.81% | - |
| HSV(B) | 343.26º | 0.34% | 0.98% | - |
| XYZ | 61.78 | 50.51 | 54.07 | - |
| YUV | 192.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 188 | 0 | 0.34 | 0.25 | 0.02 | 343.26 | 0.9 | 0.81 |
| Hex | FA | A4 | BC | 0 | 22 | 19 | 2 | 157 | 5A | 51 |
| Octal | 372 | 244 | 274 | 0 | 42 | 31 | 2 | 527 | 132 | 121 |
| Binary | 11111010 | 10100100 | 10111100 | 0 | 100010 | 11001 | 10 | 101010111 | 1011010 | 1010001 |
Color Harmonies of #FAA4BC
Complementary color
Monochromatic Colors of #FAA4BC
Black with #FAA4BC
Text Example
Text Example
White with #FAA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4BC; }
p { color: rgb(250,164,188); }
H1.HeaderClassName
{
color: #FAA4BC;
}
.AnyTagClassName
{
color: #FAA4BC;
}
</style>
background-color css
<style>
a { background-color: #FAA4BC; }
a { background-color: rgb(250,164,188); }
div.DivClassName
{
background-color: #FAA4BC;
}
.BgClassName
{
background-color: #FAA4BC;
}
</style>
border-color css
<style>
span { border-color: #FAA4BC; }
span { border-color: rgb(250,164,188); }
td.TdClassName
{
border-color: #FAA4BC;
}
.TagClassName
{
border-color: #FAA4BC;
}
</style>