Shades of Carnation Pink #FAA5CC
Tints of Carnation Pink #FAA5CC
RGB
CMYK
RGB Variations
Color information
#FAA5CC (or 0xFAA5CC) is known color: Carnation Pink. HEX triplet: FA, A5 and CC. RGB value is (250,165,204). Sum of RGB (Red+Green+Blue) = 250+165+204=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5CC is #055A33. Grayscale: #C2C2C2. Windows color (decimal): -350772 or 13411834. OLE color: 13411834.
HSL color Cylindrical-coordinate representation of color #FAA5CC: hue angle of 332.47º degrees, saturation: 0.89, 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 #FAA5CC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 204 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.02 |
| HSL | 332.47º | 0.89% | 0.81% | - |
| HSV(B) | 332.47º | 0.34% | 0.98% | - |
| XYZ | 63.78 | 51.59 | 63.72 | - |
| YUV | 194.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 204 | 0 | 0.34 | 0.18 | 0.02 | 332.47 | 0.89 | 0.81 |
| Hex | FA | A5 | CC | 0 | 22 | 12 | 2 | 14C | 59 | 51 |
| Octal | 372 | 245 | 314 | 0 | 42 | 22 | 2 | 514 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11001100 | 0 | 100010 | 10010 | 10 | 101001100 | 1011001 | 1010001 |
Color Harmonies of #FAA5CC
Complementary color
Monochromatic Colors of #FAA5CC
Black with #FAA5CC
Text Example
Text Example
White with #FAA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5CC; }
p { color: rgb(250,165,204); }
H1.HeaderClassName
{
color: #FAA5CC;
}
.AnyTagClassName
{
color: #FAA5CC;
}
</style>
background-color css
<style>
a { background-color: #FAA5CC; }
a { background-color: rgb(250,165,204); }
div.DivClassName
{
background-color: #FAA5CC;
}
.BgClassName
{
background-color: #FAA5CC;
}
</style>
border-color css
<style>
span { border-color: #FAA5CC; }
span { border-color: rgb(250,165,204); }
td.TdClassName
{
border-color: #FAA5CC;
}
.TagClassName
{
border-color: #FAA5CC;
}
</style>