Shades of Pink #FAC8CF
Tints of Pink #FAC8CF
RGB
CMYK
RGB Variations
Color information
#FAC8CF (or 0xFAC8CF) is known color: Pink. HEX triplet: FA, C8 and CF. RGB value is (250,200,207). Sum of RGB (Red+Green+Blue) = 250+200+207=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CF is #053730. Grayscale: #D7D7D7. Windows color (decimal): -341809 or 13617402. OLE color: 13617402.
HSL color Cylindrical-coordinate representation of color #FAC8CF: hue angle of 351.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8CF is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 207 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.02 |
| HSL | 351.6º | 0.83% | 0.88% | - |
| HSV(B) | 351.6º | 0.2% | 0.98% | - |
| XYZ | 71.34 | 66.14 | 68.04 | - |
| YUV | 215.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 207 | 0 | 0.2 | 0.17 | 0.02 | 351.6 | 0.83 | 0.88 |
| Hex | FA | C8 | CF | 0 | 14 | 11 | 2 | 160 | 53 | 58 |
| Octal | 372 | 310 | 317 | 0 | 24 | 21 | 2 | 540 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11001111 | 0 | 10100 | 10001 | 10 | 101100000 | 1010011 | 1011000 |
Color Harmonies of #FAC8CF
Complementary color
Monochromatic Colors of #FAC8CF
Black with #FAC8CF
Text Example
Text Example
White with #FAC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8CF; }
p { color: rgb(250,200,207); }
H1.HeaderClassName
{
color: #FAC8CF;
}
.AnyTagClassName
{
color: #FAC8CF;
}
</style>
background-color css
<style>
a { background-color: #FAC8CF; }
a { background-color: rgb(250,200,207); }
div.DivClassName
{
background-color: #FAC8CF;
}
.BgClassName
{
background-color: #FAC8CF;
}
</style>
border-color css
<style>
span { border-color: #FAC8CF; }
span { border-color: rgb(250,200,207); }
td.TdClassName
{
border-color: #FAC8CF;
}
.TagClassName
{
border-color: #FAC8CF;
}
</style>