Shades of Carnation Pink #FAA3C4
Tints of Carnation Pink #FAA3C4
RGB
CMYK
RGB Variations
Color information
#FAA3C4 (or 0xFAA3C4) is known color: Carnation Pink. HEX triplet: FA, A3 and C4. RGB value is (250,163,196). Sum of RGB (Red+Green+Blue) = 250+163+196=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C4 is #055C3B. Grayscale: #C0C0C0. Windows color (decimal): -351292 or 12887034. OLE color: 12887034.
HSL color Cylindrical-coordinate representation of color #FAA3C4: hue angle of 337.24º 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 #FAA3C4 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 196 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 337.24º | 0.9% | 0.81% | - |
| HSV(B) | 337.24º | 0.35% | 0.98% | - |
| XYZ | 62.49 | 50.5 | 58.68 | - |
| YUV | 192.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 196 | 0 | 0.35 | 0.22 | 0.02 | 337.24 | 0.9 | 0.81 |
| Hex | FA | A3 | C4 | 0 | 23 | 16 | 2 | 151 | 5A | 51 |
| Octal | 372 | 243 | 304 | 0 | 43 | 26 | 2 | 521 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11000100 | 0 | 100011 | 10110 | 10 | 101010001 | 1011010 | 1010001 |
Color Harmonies of #FAA3C4
Complementary color
Monochromatic Colors of #FAA3C4
Black with #FAA3C4
Text Example
Text Example
White with #FAA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3C4; }
p { color: rgb(250,163,196); }
H1.HeaderClassName
{
color: #FAA3C4;
}
.AnyTagClassName
{
color: #FAA3C4;
}
</style>
background-color css
<style>
a { background-color: #FAA3C4; }
a { background-color: rgb(250,163,196); }
div.DivClassName
{
background-color: #FAA3C4;
}
.BgClassName
{
background-color: #FAA3C4;
}
</style>
border-color css
<style>
span { border-color: #FAA3C4; }
span { border-color: rgb(250,163,196); }
td.TdClassName
{
border-color: #FAA3C4;
}
.TagClassName
{
border-color: #FAA3C4;
}
</style>