Shades of Your Pink #FAC8B7
Tints of Your Pink #FAC8B7
RGB
CMYK
RGB Variations
Color information
#FAC8B7 (or 0xFAC8B7) is known color: Your Pink. HEX triplet: FA, C8 and B7. RGB value is (250,200,183). Sum of RGB (Red+Green+Blue) = 250+200+183=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8B7 is #053748. Grayscale: #D5D5D5. Windows color (decimal): -341833 or 12044538. OLE color: 12044538.
HSL color Cylindrical-coordinate representation of color #FAC8B7: hue angle of 15.22º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAC8B7 is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 183 | - |
| CMYK | 0 | 0.2 | 0.27 | 0.02 |
| HSL | 15.22º | 0.87% | 0.85% | - |
| HSV(B) | 15.22º | 0.27% | 0.98% | - |
| XYZ | 68.63 | 65.05 | 53.74 | - |
| YUV | 213.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 183 | 0 | 0.2 | 0.27 | 0.02 | 15.22 | 0.87 | 0.85 |
| Hex | FA | C8 | B7 | 0 | 14 | 1B | 2 | F | 57 | 55 |
| Octal | 372 | 310 | 267 | 0 | 24 | 33 | 2 | 17 | 127 | 125 |
| Binary | 11111010 | 11001000 | 10110111 | 0 | 10100 | 11011 | 10 | 1111 | 1010111 | 1010101 |
Color Harmonies of #FAC8B7
Complementary color
Monochromatic Colors of #FAC8B7
Black with #FAC8B7
Text Example
Text Example
White with #FAC8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8B7; }
p { color: rgb(250,200,183); }
H1.HeaderClassName
{
color: #FAC8B7;
}
.AnyTagClassName
{
color: #FAC8B7;
}
</style>
background-color css
<style>
a { background-color: #FAC8B7; }
a { background-color: rgb(250,200,183); }
div.DivClassName
{
background-color: #FAC8B7;
}
.BgClassName
{
background-color: #FAC8B7;
}
</style>
border-color css
<style>
span { border-color: #FAC8B7; }
span { border-color: rgb(250,200,183); }
td.TdClassName
{
border-color: #FAC8B7;
}
.TagClassName
{
border-color: #FAC8B7;
}
</style>