Shades of Your Pink #FAC2B5
Tints of Your Pink #FAC2B5
RGB
CMYK
RGB Variations
Color information
#FAC2B5 (or 0xFAC2B5) is known color: Your Pink. HEX triplet: FA, C2 and B5. RGB value is (250,194,181). Sum of RGB (Red+Green+Blue) = 250+194+181=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2B5 is #053D4A. Grayscale: #D1D1D1. Windows color (decimal): -343371 or 11911930. OLE color: 11911930.
HSL color Cylindrical-coordinate representation of color #FAC2B5: hue angle of 11.3º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC2B5 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 181 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.02 |
| HSL | 11.3º | 0.87% | 0.85% | - |
| HSV(B) | 11.3º | 0.28% | 0.98% | - |
| XYZ | 67.06 | 62.24 | 52.2 | - |
| YUV | 209.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 181 | 0 | 0.22 | 0.28 | 0.02 | 11.3 | 0.87 | 0.85 |
| Hex | FA | C2 | B5 | 0 | 16 | 1C | 2 | B | 57 | 55 |
| Octal | 372 | 302 | 265 | 0 | 26 | 34 | 2 | 13 | 127 | 125 |
| Binary | 11111010 | 11000010 | 10110101 | 0 | 10110 | 11100 | 10 | 1011 | 1010111 | 1010101 |
Color Harmonies of #FAC2B5
Complementary color
Monochromatic Colors of #FAC2B5
Black with #FAC2B5
Text Example
Text Example
White with #FAC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2B5; }
p { color: rgb(250,194,181); }
H1.HeaderClassName
{
color: #FAC2B5;
}
.AnyTagClassName
{
color: #FAC2B5;
}
</style>
background-color css
<style>
a { background-color: #FAC2B5; }
a { background-color: rgb(250,194,181); }
div.DivClassName
{
background-color: #FAC2B5;
}
.BgClassName
{
background-color: #FAC2B5;
}
</style>
border-color css
<style>
span { border-color: #FAC2B5; }
span { border-color: rgb(250,194,181); }
td.TdClassName
{
border-color: #FAC2B5;
}
.TagClassName
{
border-color: #FAC2B5;
}
</style>