Shades of Your Pink #FAC1B5
Tints of Your Pink #FAC1B5
RGB
CMYK
RGB Variations
Color information
#FAC1B5 (or 0xFAC1B5) is known color: Your Pink. HEX triplet: FA, C1 and B5. RGB value is (250,193,181). Sum of RGB (Red+Green+Blue) = 250+193+181=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1B5 is #053E4A. Grayscale: #D0D0D0. Windows color (decimal): -343627 or 11911674. OLE color: 11911674.
HSL color Cylindrical-coordinate representation of color #FAC1B5: hue angle of 10.43º 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 #FAC1B5 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 181 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.02 |
| HSL | 10.43º | 0.87% | 0.85% | - |
| HSV(B) | 10.43º | 0.28% | 0.98% | - |
| XYZ | 66.83 | 61.8 | 52.12 | - |
| YUV | 208.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 181 | 0 | 0.23 | 0.28 | 0.02 | 10.43 | 0.87 | 0.85 |
| Hex | FA | C1 | B5 | 0 | 17 | 1C | 2 | A | 57 | 55 |
| Octal | 372 | 301 | 265 | 0 | 27 | 34 | 2 | 12 | 127 | 125 |
| Binary | 11111010 | 11000001 | 10110101 | 0 | 10111 | 11100 | 10 | 1010 | 1010111 | 1010101 |
Color Harmonies of #FAC1B5
Complementary color
Monochromatic Colors of #FAC1B5
Black with #FAC1B5
Text Example
Text Example
White with #FAC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1B5; }
p { color: rgb(250,193,181); }
H1.HeaderClassName
{
color: #FAC1B5;
}
.AnyTagClassName
{
color: #FAC1B5;
}
</style>
background-color css
<style>
a { background-color: #FAC1B5; }
a { background-color: rgb(250,193,181); }
div.DivClassName
{
background-color: #FAC1B5;
}
.BgClassName
{
background-color: #FAC1B5;
}
</style>
border-color css
<style>
span { border-color: #FAC1B5; }
span { border-color: rgb(250,193,181); }
td.TdClassName
{
border-color: #FAC1B5;
}
.TagClassName
{
border-color: #FAC1B5;
}
</style>