Shades of Your Pink #FAC1BD
Tints of Your Pink #FAC1BD
RGB
CMYK
RGB Variations
Color information
#FAC1BD (or 0xFAC1BD) is known color: Your Pink. HEX triplet: FA, C1 and BD. RGB value is (250,193,189). Sum of RGB (Red+Green+Blue) = 250+193+189=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1BD is #053E42. Grayscale: #D1D1D1. Windows color (decimal): -343619 or 12435962. OLE color: 12435962.
HSL color Cylindrical-coordinate representation of color #FAC1BD: hue angle of 3.93º 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 #FAC1BD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 189 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.02 |
| HSL | 3.93º | 0.86% | 0.86% | - |
| HSV(B) | 3.93º | 0.24% | 0.98% | - |
| XYZ | 67.68 | 62.14 | 56.57 | - |
| YUV | 209.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 189 | 0 | 0.23 | 0.24 | 0.02 | 3.93 | 0.86 | 0.86 |
| Hex | FA | C1 | BD | 0 | 17 | 18 | 2 | 4 | 56 | 56 |
| Octal | 372 | 301 | 275 | 0 | 27 | 30 | 2 | 4 | 126 | 126 |
| Binary | 11111010 | 11000001 | 10111101 | 0 | 10111 | 11000 | 10 | 100 | 1010110 | 1010110 |
Color Harmonies of #FAC1BD
Complementary color
Monochromatic Colors of #FAC1BD
Black with #FAC1BD
Text Example
Text Example
White with #FAC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1BD; }
p { color: rgb(250,193,189); }
H1.HeaderClassName
{
color: #FAC1BD;
}
.AnyTagClassName
{
color: #FAC1BD;
}
</style>
background-color css
<style>
a { background-color: #FAC1BD; }
a { background-color: rgb(250,193,189); }
div.DivClassName
{
background-color: #FAC1BD;
}
.BgClassName
{
background-color: #FAC1BD;
}
</style>
border-color css
<style>
span { border-color: #FAC1BD; }
span { border-color: rgb(250,193,189); }
td.TdClassName
{
border-color: #FAC1BD;
}
.TagClassName
{
border-color: #FAC1BD;
}
</style>