Shades of Your Pink #FAC6B6
Tints of Your Pink #FAC6B6
RGB
CMYK
RGB Variations
Color information
#FAC6B6 (or 0xFAC6B6) is known color: Your Pink. HEX triplet: FA, C6 and B6. RGB value is (250,198,182). Sum of RGB (Red+Green+Blue) = 250+198+182=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6B6 is #053949. Grayscale: #D3D3D3. Windows color (decimal): -342346 or 11978490. OLE color: 11978490.
HSL color Cylindrical-coordinate representation of color #FAC6B6: hue angle of 14.12º 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 #FAC6B6 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 182 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.02 |
| HSL | 14.12º | 0.87% | 0.85% | - |
| HSV(B) | 14.12º | 0.27% | 0.98% | - |
| XYZ | 68.06 | 64.09 | 53.04 | - |
| YUV | 211.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 182 | 0 | 0.21 | 0.27 | 0.02 | 14.12 | 0.87 | 0.85 |
| Hex | FA | C6 | B6 | 0 | 15 | 1B | 2 | E | 57 | 55 |
| Octal | 372 | 306 | 266 | 0 | 25 | 33 | 2 | 16 | 127 | 125 |
| Binary | 11111010 | 11000110 | 10110110 | 0 | 10101 | 11011 | 10 | 1110 | 1010111 | 1010101 |
Color Harmonies of #FAC6B6
Complementary color
Monochromatic Colors of #FAC6B6
Black with #FAC6B6
Text Example
Text Example
White with #FAC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6B6; }
p { color: rgb(250,198,182); }
H1.HeaderClassName
{
color: #FAC6B6;
}
.AnyTagClassName
{
color: #FAC6B6;
}
</style>
background-color css
<style>
a { background-color: #FAC6B6; }
a { background-color: rgb(250,198,182); }
div.DivClassName
{
background-color: #FAC6B6;
}
.BgClassName
{
background-color: #FAC6B6;
}
</style>
border-color css
<style>
span { border-color: #FAC6B6; }
span { border-color: rgb(250,198,182); }
td.TdClassName
{
border-color: #FAC6B6;
}
.TagClassName
{
border-color: #FAC6B6;
}
</style>