Shades of Carnation Pink #FAA4CC
Tints of Carnation Pink #FAA4CC
RGB
CMYK
RGB Variations
Color information
#FAA4CC (or 0xFAA4CC) is known color: Carnation Pink. HEX triplet: FA, A4 and CC. RGB value is (250,164,204). Sum of RGB (Red+Green+Blue) = 250+164+204=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CC is #055B33. Grayscale: #C2C2C2. Windows color (decimal): -351028 or 13411578. OLE color: 13411578.
HSL color Cylindrical-coordinate representation of color #FAA4CC: hue angle of 332.09º 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 #FAA4CC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 204 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.02 |
| HSL | 332.09º | 0.9% | 0.81% | - |
| HSV(B) | 332.09º | 0.34% | 0.98% | - |
| XYZ | 63.6 | 51.23 | 63.66 | - |
| YUV | 194.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 204 | 0 | 0.34 | 0.18 | 0.02 | 332.09 | 0.9 | 0.81 |
| Hex | FA | A4 | CC | 0 | 22 | 12 | 2 | 14C | 5A | 51 |
| Octal | 372 | 244 | 314 | 0 | 42 | 22 | 2 | 514 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11001100 | 0 | 100010 | 10010 | 10 | 101001100 | 1011010 | 1010001 |
Color Harmonies of #FAA4CC
Complementary color
Monochromatic Colors of #FAA4CC
Black with #FAA4CC
Text Example
Text Example
White with #FAA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4CC; }
p { color: rgb(250,164,204); }
H1.HeaderClassName
{
color: #FAA4CC;
}
.AnyTagClassName
{
color: #FAA4CC;
}
</style>
background-color css
<style>
a { background-color: #FAA4CC; }
a { background-color: rgb(250,164,204); }
div.DivClassName
{
background-color: #FAA4CC;
}
.BgClassName
{
background-color: #FAA4CC;
}
</style>
border-color css
<style>
span { border-color: #FAA4CC; }
span { border-color: rgb(250,164,204); }
td.TdClassName
{
border-color: #FAA4CC;
}
.TagClassName
{
border-color: #FAA4CC;
}
</style>