Shades of Carnation Pink #FAA3CC
Tints of Carnation Pink #FAA3CC
RGB
CMYK
RGB Variations
Color information
#FAA3CC (or 0xFAA3CC) is known color: Carnation Pink. HEX triplet: FA, A3 and CC. RGB value is (250,163,204). Sum of RGB (Red+Green+Blue) = 250+163+204=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3CC is #055C33. Grayscale: #C1C1C1. Windows color (decimal): -351284 or 13411322. OLE color: 13411322.
HSL color Cylindrical-coordinate representation of color #FAA3CC: hue angle of 331.72º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3CC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 204 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 331.72º | 0.9% | 0.81% | - |
| HSV(B) | 331.72º | 0.35% | 0.98% | - |
| XYZ | 63.42 | 50.88 | 63.6 | - |
| YUV | 193.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 204 | 0 | 0.35 | 0.18 | 0.02 | 331.72 | 0.9 | 0.81 |
| Hex | FA | A3 | CC | 0 | 23 | 12 | 2 | 14C | 5A | 51 |
| Octal | 372 | 243 | 314 | 0 | 43 | 22 | 2 | 514 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11001100 | 0 | 100011 | 10010 | 10 | 101001100 | 1011010 | 1010001 |
Color Harmonies of #FAA3CC
Complementary color
Monochromatic Colors of #FAA3CC
Black with #FAA3CC
Text Example
Text Example
White with #FAA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3CC; }
p { color: rgb(250,163,204); }
H1.HeaderClassName
{
color: #FAA3CC;
}
.AnyTagClassName
{
color: #FAA3CC;
}
</style>
background-color css
<style>
a { background-color: #FAA3CC; }
a { background-color: rgb(250,163,204); }
div.DivClassName
{
background-color: #FAA3CC;
}
.BgClassName
{
background-color: #FAA3CC;
}
</style>
border-color css
<style>
span { border-color: #FAA3CC; }
span { border-color: rgb(250,163,204); }
td.TdClassName
{
border-color: #FAA3CC;
}
.TagClassName
{
border-color: #FAA3CC;
}
</style>