Shades of Your Pink #FAC5B4
Tints of Your Pink #FAC5B4
RGB
CMYK
RGB Variations
Color information
#FAC5B4 (or 0xFAC5B4) is known color: Your Pink. HEX triplet: FA, C5 and B4. RGB value is (250,197,180). Sum of RGB (Red+Green+Blue) = 250+197+180=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5B4 is #053A4B. Grayscale: #D3D3D3. Windows color (decimal): -342604 or 11847162. OLE color: 11847162.
HSL color Cylindrical-coordinate representation of color #FAC5B4: hue angle of 14.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC5B4 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 180 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.02 |
| HSL | 14.57º | 0.88% | 0.84% | - |
| HSV(B) | 14.57º | 0.28% | 0.98% | - |
| XYZ | 67.63 | 63.55 | 51.88 | - |
| YUV | 210.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 180 | 0 | 0.21 | 0.28 | 0.02 | 14.57 | 0.88 | 0.84 |
| Hex | FA | C5 | B4 | 0 | 15 | 1C | 2 | F | 58 | 54 |
| Octal | 372 | 305 | 264 | 0 | 25 | 34 | 2 | 17 | 130 | 124 |
| Binary | 11111010 | 11000101 | 10110100 | 0 | 10101 | 11100 | 10 | 1111 | 1011000 | 1010100 |
Color Harmonies of #FAC5B4
Complementary color
Monochromatic Colors of #FAC5B4
Black with #FAC5B4
Text Example
Text Example
White with #FAC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5B4; }
p { color: rgb(250,197,180); }
H1.HeaderClassName
{
color: #FAC5B4;
}
.AnyTagClassName
{
color: #FAC5B4;
}
</style>
background-color css
<style>
a { background-color: #FAC5B4; }
a { background-color: rgb(250,197,180); }
div.DivClassName
{
background-color: #FAC5B4;
}
.BgClassName
{
background-color: #FAC5B4;
}
</style>
border-color css
<style>
span { border-color: #FAC5B4; }
span { border-color: rgb(250,197,180); }
td.TdClassName
{
border-color: #FAC5B4;
}
.TagClassName
{
border-color: #FAC5B4;
}
</style>