Shades of Your Pink #FAC6BD
Tints of Your Pink #FAC6BD
RGB
CMYK
RGB Variations
Color information
#FAC6BD (or 0xFAC6BD) is known color: Your Pink. HEX triplet: FA, C6 and BD. RGB value is (250,198,189). Sum of RGB (Red+Green+Blue) = 250+198+189=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6BD is #053942. Grayscale: #D4D4D4. Windows color (decimal): -342339 or 12437242. OLE color: 12437242.
HSL color Cylindrical-coordinate representation of color #FAC6BD: hue angle of 8.85º 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 #FAC6BD is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 189 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.02 |
| HSL | 8.85º | 0.86% | 0.86% | - |
| HSV(B) | 8.85º | 0.24% | 0.98% | - |
| XYZ | 68.8 | 64.39 | 56.95 | - |
| YUV | 212.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 189 | 0 | 0.21 | 0.24 | 0.02 | 8.85 | 0.86 | 0.86 |
| Hex | FA | C6 | BD | 0 | 15 | 18 | 2 | 9 | 56 | 56 |
| Octal | 372 | 306 | 275 | 0 | 25 | 30 | 2 | 11 | 126 | 126 |
| Binary | 11111010 | 11000110 | 10111101 | 0 | 10101 | 11000 | 10 | 1001 | 1010110 | 1010110 |
Color Harmonies of #FAC6BD
Complementary color
Monochromatic Colors of #FAC6BD
Black with #FAC6BD
Text Example
Text Example
White with #FAC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6BD; }
p { color: rgb(250,198,189); }
H1.HeaderClassName
{
color: #FAC6BD;
}
.AnyTagClassName
{
color: #FAC6BD;
}
</style>
background-color css
<style>
a { background-color: #FAC6BD; }
a { background-color: rgb(250,198,189); }
div.DivClassName
{
background-color: #FAC6BD;
}
.BgClassName
{
background-color: #FAC6BD;
}
</style>
border-color css
<style>
span { border-color: #FAC6BD; }
span { border-color: rgb(250,198,189); }
td.TdClassName
{
border-color: #FAC6BD;
}
.TagClassName
{
border-color: #FAC6BD;
}
</style>