Shades of Pink #FAC8D0
Tints of Pink #FAC8D0
RGB
CMYK
RGB Variations
Color information
#FAC8D0 (or 0xFAC8D0) is known color: Pink. HEX triplet: FA, C8 and D0. RGB value is (250,200,208). Sum of RGB (Red+Green+Blue) = 250+200+208=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D0 is #05372F. Grayscale: #D7D7D7. Windows color (decimal): -341808 or 13682938. OLE color: 13682938.
HSL color Cylindrical-coordinate representation of color #FAC8D0: hue angle of 350.4º 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 #FAC8D0 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 208 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.02 |
| HSL | 350.4º | 0.83% | 0.88% | - |
| HSV(B) | 350.4º | 0.2% | 0.98% | - |
| XYZ | 71.46 | 66.19 | 68.68 | - |
| YUV | 215.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 208 | 0 | 0.2 | 0.17 | 0.02 | 350.4 | 0.83 | 0.88 |
| Hex | FA | C8 | D0 | 0 | 14 | 11 | 2 | 15E | 53 | 58 |
| Octal | 372 | 310 | 320 | 0 | 24 | 21 | 2 | 536 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11010000 | 0 | 10100 | 10001 | 10 | 101011110 | 1010011 | 1011000 |
Color Harmonies of #FAC8D0
Complementary color
Monochromatic Colors of #FAC8D0
Black with #FAC8D0
Text Example
Text Example
White with #FAC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8D0; }
p { color: rgb(250,200,208); }
H1.HeaderClassName
{
color: #FAC8D0;
}
.AnyTagClassName
{
color: #FAC8D0;
}
</style>
background-color css
<style>
a { background-color: #FAC8D0; }
a { background-color: rgb(250,200,208); }
div.DivClassName
{
background-color: #FAC8D0;
}
.BgClassName
{
background-color: #FAC8D0;
}
</style>
border-color css
<style>
span { border-color: #FAC8D0; }
span { border-color: rgb(250,200,208); }
td.TdClassName
{
border-color: #FAC8D0;
}
.TagClassName
{
border-color: #FAC8D0;
}
</style>