Shades of Pink #FAC4CF
Tints of Pink #FAC4CF
RGB
CMYK
RGB Variations
Color information
#FAC4CF (or 0xFAC4CF) is known color: Pink. HEX triplet: FA, C4 and CF. RGB value is (250,196,207). Sum of RGB (Red+Green+Blue) = 250+196+207=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CF is #053B30. Grayscale: #D5D5D5. Windows color (decimal): -342833 or 13616378. OLE color: 13616378.
HSL color Cylindrical-coordinate representation of color #FAC4CF: hue angle of 347.78º 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 #FAC4CF is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 207 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 347.78º | 0.84% | 0.87% | - |
| HSV(B) | 347.78º | 0.22% | 0.98% | - |
| XYZ | 70.43 | 64.31 | 67.73 | - |
| YUV | 213.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 207 | 0 | 0.22 | 0.17 | 0.02 | 347.78 | 0.84 | 0.87 |
| Hex | FA | C4 | CF | 0 | 16 | 11 | 2 | 15C | 54 | 57 |
| Octal | 372 | 304 | 317 | 0 | 26 | 21 | 2 | 534 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11001111 | 0 | 10110 | 10001 | 10 | 101011100 | 1010100 | 1010111 |
Color Harmonies of #FAC4CF
Complementary color
Monochromatic Colors of #FAC4CF
Black with #FAC4CF
Text Example
Text Example
White with #FAC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4CF; }
p { color: rgb(250,196,207); }
H1.HeaderClassName
{
color: #FAC4CF;
}
.AnyTagClassName
{
color: #FAC4CF;
}
</style>
background-color css
<style>
a { background-color: #FAC4CF; }
a { background-color: rgb(250,196,207); }
div.DivClassName
{
background-color: #FAC4CF;
}
.BgClassName
{
background-color: #FAC4CF;
}
</style>
border-color css
<style>
span { border-color: #FAC4CF; }
span { border-color: rgb(250,196,207); }
td.TdClassName
{
border-color: #FAC4CF;
}
.TagClassName
{
border-color: #FAC4CF;
}
</style>