Shades of Pink #FAC9D0
Tints of Pink #FAC9D0
RGB
CMYK
RGB Variations
Color information
#FAC9D0 (or 0xFAC9D0) is known color: Pink. HEX triplet: FA, C9 and D0. RGB value is (250,201,208). Sum of RGB (Red+Green+Blue) = 250+201+208=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D0 is #05362F. Grayscale: #D8D8D8. Windows color (decimal): -341552 or 13683194. OLE color: 13683194.
HSL color Cylindrical-coordinate representation of color #FAC9D0: hue angle of 351.43º 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 #FAC9D0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 208 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 351.43º | 0.83% | 0.88% | - |
| HSV(B) | 351.43º | 0.2% | 0.98% | - |
| XYZ | 71.7 | 66.65 | 68.76 | - |
| YUV | 216.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 208 | 0 | 0.20 | 0.17 | 0.02 | 351.43 | 0.83 | 0.88 |
| Hex | FA | C9 | D0 | 0 | 14 | 11 | 2 | 15F | 53 | 58 |
| Octal | 372 | 311 | 320 | 0 | 24 | 21 | 2 | 537 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11010000 | 0 | 10100 | 10001 | 10 | 101011111 | 1010011 | 1011000 |
Color Harmonies of #FAC9D0
Complementary color
Monochromatic Colors of #FAC9D0
Black with #FAC9D0
Text Example
Text Example
White with #FAC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9D0; }
p { color: rgb(250,201,208); }
H1.HeaderClassName
{
color: #FAC9D0;
}
.AnyTagClassName
{
color: #FAC9D0;
}
</style>
background-color css
<style>
a { background-color: #FAC9D0; }
a { background-color: rgb(250,201,208); }
div.DivClassName
{
background-color: #FAC9D0;
}
.BgClassName
{
background-color: #FAC9D0;
}
</style>
border-color css
<style>
span { border-color: #FAC9D0; }
span { border-color: rgb(250,201,208); }
td.TdClassName
{
border-color: #FAC9D0;
}
.TagClassName
{
border-color: #FAC9D0;
}
</style>