Shades of Carnation Pink #FAAAC4
Tints of Carnation Pink #FAAAC4
RGB
CMYK
RGB Variations
Color information
#FAAAC4 (or 0xFAAAC4) is known color: Carnation Pink. HEX triplet: FA, AA and C4. RGB value is (250,170,196). Sum of RGB (Red+Green+Blue) = 250+170+196=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC4 is #05553B. Grayscale: #C4C4C4. Windows color (decimal): -349500 or 12888826. OLE color: 12888826.
HSL color Cylindrical-coordinate representation of color #FAAAC4: hue angle of 340.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAC4 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 196 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 340.5º | 0.89% | 0.82% | - |
| HSV(B) | 340.5º | 0.32% | 0.98% | - |
| XYZ | 63.76 | 53.06 | 59.11 | - |
| YUV | 196.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 196 | 0 | 0.32 | 0.22 | 0.02 | 340.5 | 0.89 | 0.82 |
| Hex | FA | AA | C4 | 0 | 20 | 16 | 2 | 154 | 59 | 52 |
| Octal | 372 | 252 | 304 | 0 | 40 | 26 | 2 | 524 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11000100 | 0 | 100000 | 10110 | 10 | 101010100 | 1011001 | 1010010 |
Color Harmonies of #FAAAC4
Complementary color
Monochromatic Colors of #FAAAC4
Black with #FAAAC4
Text Example
Text Example
White with #FAAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC4; }
p { color: rgb(250,170,196); }
H1.HeaderClassName
{
color: #FAAAC4;
}
.AnyTagClassName
{
color: #FAAAC4;
}
</style>
background-color css
<style>
a { background-color: #FAAAC4; }
a { background-color: rgb(250,170,196); }
div.DivClassName
{
background-color: #FAAAC4;
}
.BgClassName
{
background-color: #FAAAC4;
}
</style>
border-color css
<style>
span { border-color: #FAAAC4; }
span { border-color: rgb(250,170,196); }
td.TdClassName
{
border-color: #FAAAC4;
}
.TagClassName
{
border-color: #FAAAC4;
}
</style>