Shades of Carnation Pink #FAA0CD
Tints of Carnation Pink #FAA0CD
RGB
CMYK
RGB Variations
Color information
#FAA0CD (or 0xFAA0CD) is known color: Carnation Pink. HEX triplet: FA, A0 and CD. RGB value is (250,160,205). Sum of RGB (Red+Green+Blue) = 250+160+205=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CD is #055F32. Grayscale: #BFBFBF. Windows color (decimal): -352051 or 13476090. OLE color: 13476090.
HSL color Cylindrical-coordinate representation of color #FAA0CD: hue angle of 330º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0CD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 205 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.02 |
| HSL | 330º | 0.9% | 0.8% | - |
| HSV(B) | 330º | 0.36% | 0.98% | - |
| XYZ | 63.01 | 49.87 | 64.06 | - |
| YUV | 192.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 205 | 0 | 0.36 | 0.18 | 0.02 | 330 | 0.9 | 0.8 |
| Hex | FA | A0 | CD | 0 | 24 | 12 | 2 | 14A | 5A | 50 |
| Octal | 372 | 240 | 315 | 0 | 44 | 22 | 2 | 512 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11001101 | 0 | 100100 | 10010 | 10 | 101001010 | 1011010 | 1010000 |
Color Harmonies of #FAA0CD
Complementary color
Monochromatic Colors of #FAA0CD
Black with #FAA0CD
Text Example
Text Example
White with #FAA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0CD; }
p { color: rgb(250,160,205); }
H1.HeaderClassName
{
color: #FAA0CD;
}
.AnyTagClassName
{
color: #FAA0CD;
}
</style>
background-color css
<style>
a { background-color: #FAA0CD; }
a { background-color: rgb(250,160,205); }
div.DivClassName
{
background-color: #FAA0CD;
}
.BgClassName
{
background-color: #FAA0CD;
}
</style>
border-color css
<style>
span { border-color: #FAA0CD; }
span { border-color: rgb(250,160,205); }
td.TdClassName
{
border-color: #FAA0CD;
}
.TagClassName
{
border-color: #FAA0CD;
}
</style>