Shades of Pink #FAC9CF
Tints of Pink #FAC9CF
RGB
CMYK
RGB Variations
Color information
#FAC9CF (or 0xFAC9CF) is known color: Pink. HEX triplet: FA, C9 and CF. RGB value is (250,201,207). Sum of RGB (Red+Green+Blue) = 250+201+207=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CF is #053630. Grayscale: #D8D8D8. Windows color (decimal): -341553 or 13617658. OLE color: 13617658.
HSL color Cylindrical-coordinate representation of color #FAC9CF: hue angle of 352.65º 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 #FAC9CF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 207 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 352.65º | 0.83% | 0.88% | - |
| HSV(B) | 352.65º | 0.2% | 0.98% | - |
| XYZ | 71.57 | 66.6 | 68.11 | - |
| YUV | 216.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 207 | 0 | 0.20 | 0.17 | 0.02 | 352.65 | 0.83 | 0.88 |
| Hex | FA | C9 | CF | 0 | 14 | 11 | 2 | 161 | 53 | 58 |
| Octal | 372 | 311 | 317 | 0 | 24 | 21 | 2 | 541 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11001111 | 0 | 10100 | 10001 | 10 | 101100001 | 1010011 | 1011000 |
Color Harmonies of #FAC9CF
Complementary color
Monochromatic Colors of #FAC9CF
Black with #FAC9CF
Text Example
Text Example
White with #FAC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9CF; }
p { color: rgb(250,201,207); }
H1.HeaderClassName
{
color: #FAC9CF;
}
.AnyTagClassName
{
color: #FAC9CF;
}
</style>
background-color css
<style>
a { background-color: #FAC9CF; }
a { background-color: rgb(250,201,207); }
div.DivClassName
{
background-color: #FAC9CF;
}
.BgClassName
{
background-color: #FAC9CF;
}
</style>
border-color css
<style>
span { border-color: #FAC9CF; }
span { border-color: rgb(250,201,207); }
td.TdClassName
{
border-color: #FAC9CF;
}
.TagClassName
{
border-color: #FAC9CF;
}
</style>