Shades of Your Pink #FAC4B5
Tints of Your Pink #FAC4B5
RGB
CMYK
RGB Variations
Color information
#FAC4B5 (or 0xFAC4B5) is known color: Your Pink. HEX triplet: FA, C4 and B5. RGB value is (250,196,181). Sum of RGB (Red+Green+Blue) = 250+196+181=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4B5 is #053B4A. Grayscale: #D2D2D2. Windows color (decimal): -342859 or 11912442. OLE color: 11912442.
HSL color Cylindrical-coordinate representation of color #FAC4B5: hue angle of 13.04º 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 #FAC4B5 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 181 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.02 |
| HSL | 13.04º | 0.87% | 0.85% | - |
| HSV(B) | 13.04º | 0.28% | 0.98% | - |
| XYZ | 67.5 | 63.14 | 52.35 | - |
| YUV | 210.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 181 | 0 | 0.22 | 0.28 | 0.02 | 13.04 | 0.87 | 0.85 |
| Hex | FA | C4 | B5 | 0 | 16 | 1C | 2 | D | 57 | 55 |
| Octal | 372 | 304 | 265 | 0 | 26 | 34 | 2 | 15 | 127 | 125 |
| Binary | 11111010 | 11000100 | 10110101 | 0 | 10110 | 11100 | 10 | 1101 | 1010111 | 1010101 |
Color Harmonies of #FAC4B5
Complementary color
Monochromatic Colors of #FAC4B5
Black with #FAC4B5
Text Example
Text Example
White with #FAC4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4B5; }
p { color: rgb(250,196,181); }
H1.HeaderClassName
{
color: #FAC4B5;
}
.AnyTagClassName
{
color: #FAC4B5;
}
</style>
background-color css
<style>
a { background-color: #FAC4B5; }
a { background-color: rgb(250,196,181); }
div.DivClassName
{
background-color: #FAC4B5;
}
.BgClassName
{
background-color: #FAC4B5;
}
</style>
border-color css
<style>
span { border-color: #FAC4B5; }
span { border-color: rgb(250,196,181); }
td.TdClassName
{
border-color: #FAC4B5;
}
.TagClassName
{
border-color: #FAC4B5;
}
</style>