Shades of Carnation Pink #FAAACC
Tints of Carnation Pink #FAAACC
RGB
CMYK
RGB Variations
Color information
#FAAACC (or 0xFAAACC) is known color: Carnation Pink. HEX triplet: FA, AA and CC. RGB value is (250,170,204). Sum of RGB (Red+Green+Blue) = 250+170+204=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACC is #055533. Grayscale: #C5C5C5. Windows color (decimal): -349492 or 13413114. OLE color: 13413114.
HSL color Cylindrical-coordinate representation of color #FAAACC: hue angle of 334.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 #FAAACC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 204 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 334.5º | 0.89% | 0.82% | - |
| HSV(B) | 334.5º | 0.32% | 0.98% | - |
| XYZ | 64.7 | 53.43 | 64.03 | - |
| YUV | 197.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 204 | 0 | 0.32 | 0.18 | 0.02 | 334.5 | 0.89 | 0.82 |
| Hex | FA | AA | CC | 0 | 20 | 12 | 2 | 14E | 59 | 52 |
| Octal | 372 | 252 | 314 | 0 | 40 | 22 | 2 | 516 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11001100 | 0 | 100000 | 10010 | 10 | 101001110 | 1011001 | 1010010 |
Color Harmonies of #FAAACC
Complementary color
Monochromatic Colors of #FAAACC
Black with #FAAACC
Text Example
Text Example
White with #FAAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAACC; }
p { color: rgb(250,170,204); }
H1.HeaderClassName
{
color: #FAAACC;
}
.AnyTagClassName
{
color: #FAAACC;
}
</style>
background-color css
<style>
a { background-color: #FAAACC; }
a { background-color: rgb(250,170,204); }
div.DivClassName
{
background-color: #FAAACC;
}
.BgClassName
{
background-color: #FAAACC;
}
</style>
border-color css
<style>
span { border-color: #FAAACC; }
span { border-color: rgb(250,170,204); }
td.TdClassName
{
border-color: #FAAACC;
}
.TagClassName
{
border-color: #FAAACC;
}
</style>