Shades of Your Pink #FAC8BD
Tints of Your Pink #FAC8BD
RGB
CMYK
RGB Variations
Color information
#FAC8BD (or 0xFAC8BD) is known color: Your Pink. HEX triplet: FA, C8 and BD. RGB value is (250,200,189). Sum of RGB (Red+Green+Blue) = 250+200+189=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8BD is #053742. Grayscale: #D5D5D5. Windows color (decimal): -341827 or 12437754. OLE color: 12437754.
HSL color Cylindrical-coordinate representation of color #FAC8BD: hue angle of 10.82º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC8BD is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 189 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.02 |
| HSL | 10.82º | 0.86% | 0.86% | - |
| HSV(B) | 10.82º | 0.24% | 0.98% | - |
| XYZ | 69.26 | 65.31 | 57.1 | - |
| YUV | 213.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 189 | 0 | 0.2 | 0.24 | 0.02 | 10.82 | 0.86 | 0.86 |
| Hex | FA | C8 | BD | 0 | 14 | 18 | 2 | B | 56 | 56 |
| Octal | 372 | 310 | 275 | 0 | 24 | 30 | 2 | 13 | 126 | 126 |
| Binary | 11111010 | 11001000 | 10111101 | 0 | 10100 | 11000 | 10 | 1011 | 1010110 | 1010110 |
Color Harmonies of #FAC8BD
Complementary color
Monochromatic Colors of #FAC8BD
Black with #FAC8BD
Text Example
Text Example
White with #FAC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8BD; }
p { color: rgb(250,200,189); }
H1.HeaderClassName
{
color: #FAC8BD;
}
.AnyTagClassName
{
color: #FAC8BD;
}
</style>
background-color css
<style>
a { background-color: #FAC8BD; }
a { background-color: rgb(250,200,189); }
div.DivClassName
{
background-color: #FAC8BD;
}
.BgClassName
{
background-color: #FAC8BD;
}
</style>
border-color css
<style>
span { border-color: #FAC8BD; }
span { border-color: rgb(250,200,189); }
td.TdClassName
{
border-color: #FAC8BD;
}
.TagClassName
{
border-color: #FAC8BD;
}
</style>