Shades of Pink #FAC4CE
Tints of Pink #FAC4CE
RGB
CMYK
RGB Variations
Color information
#FAC4CE (or 0xFAC4CE) is known color: Pink. HEX triplet: FA, C4 and CE. RGB value is (250,196,206). Sum of RGB (Red+Green+Blue) = 250+196+206=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CE is #053B31. Grayscale: #D5D5D5. Windows color (decimal): -342834 or 13550842. OLE color: 13550842.
HSL color Cylindrical-coordinate representation of color #FAC4CE: hue angle of 348.89º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC4CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 206 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.02 |
| HSL | 348.89º | 0.84% | 0.87% | - |
| HSV(B) | 348.89º | 0.22% | 0.98% | - |
| XYZ | 70.3 | 64.26 | 67.09 | - |
| YUV | 213.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 206 | 0 | 0.22 | 0.18 | 0.02 | 348.89 | 0.84 | 0.87 |
| Hex | FA | C4 | CE | 0 | 16 | 12 | 2 | 15D | 54 | 57 |
| Octal | 372 | 304 | 316 | 0 | 26 | 22 | 2 | 535 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11001110 | 0 | 10110 | 10010 | 10 | 101011101 | 1010100 | 1010111 |
Color Harmonies of #FAC4CE
Complementary color
Monochromatic Colors of #FAC4CE
Black with #FAC4CE
Text Example
Text Example
White with #FAC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4CE; }
p { color: rgb(250,196,206); }
H1.HeaderClassName
{
color: #FAC4CE;
}
.AnyTagClassName
{
color: #FAC4CE;
}
</style>
background-color css
<style>
a { background-color: #FAC4CE; }
a { background-color: rgb(250,196,206); }
div.DivClassName
{
background-color: #FAC4CE;
}
.BgClassName
{
background-color: #FAC4CE;
}
</style>
border-color css
<style>
span { border-color: #FAC4CE; }
span { border-color: rgb(250,196,206); }
td.TdClassName
{
border-color: #FAC4CE;
}
.TagClassName
{
border-color: #FAC4CE;
}
</style>