Shades of Carnation Pink #FAA4CB
Tints of Carnation Pink #FAA4CB
RGB
CMYK
RGB Variations
Color information
#FAA4CB (or 0xFAA4CB) is known color: Carnation Pink. HEX triplet: FA, A4 and CB. RGB value is (250,164,203). Sum of RGB (Red+Green+Blue) = 250+164+203=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CB is #055B34. Grayscale: #C2C2C2. Windows color (decimal): -351029 or 13346042. OLE color: 13346042.
HSL color Cylindrical-coordinate representation of color #FAA4CB: hue angle of 332.79º 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 #FAA4CB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 203 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.02 |
| HSL | 332.79º | 0.9% | 0.81% | - |
| HSV(B) | 332.79º | 0.34% | 0.98% | - |
| XYZ | 63.48 | 51.19 | 63.03 | - |
| YUV | 194.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 203 | 0 | 0.34 | 0.19 | 0.02 | 332.79 | 0.9 | 0.81 |
| Hex | FA | A4 | CB | 0 | 22 | 13 | 2 | 14D | 5A | 51 |
| Octal | 372 | 244 | 313 | 0 | 42 | 23 | 2 | 515 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11001011 | 0 | 100010 | 10011 | 10 | 101001101 | 1011010 | 1010001 |
Color Harmonies of #FAA4CB
Complementary color
Monochromatic Colors of #FAA4CB
Black with #FAA4CB
Text Example
Text Example
White with #FAA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4CB; }
p { color: rgb(250,164,203); }
H1.HeaderClassName
{
color: #FAA4CB;
}
.AnyTagClassName
{
color: #FAA4CB;
}
</style>
background-color css
<style>
a { background-color: #FAA4CB; }
a { background-color: rgb(250,164,203); }
div.DivClassName
{
background-color: #FAA4CB;
}
.BgClassName
{
background-color: #FAA4CB;
}
</style>
border-color css
<style>
span { border-color: #FAA4CB; }
span { border-color: rgb(250,164,203); }
td.TdClassName
{
border-color: #FAA4CB;
}
.TagClassName
{
border-color: #FAA4CB;
}
</style>