Shades of Your Pink #FAC4B8
Tints of Your Pink #FAC4B8
RGB
CMYK
RGB Variations
Color information
#FAC4B8 (or 0xFAC4B8) is known color: Your Pink. HEX triplet: FA, C4 and B8. RGB value is (250,196,184). Sum of RGB (Red+Green+Blue) = 250+196+184=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4B8 is #053B47. Grayscale: #D2D2D2. Windows color (decimal): -342856 or 12109050. OLE color: 12109050.
HSL color Cylindrical-coordinate representation of color #FAC4B8: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC4B8 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 184 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.02 |
| HSL | 10.91º | 0.87% | 0.85% | - |
| HSV(B) | 10.91º | 0.26% | 0.98% | - |
| XYZ | 67.82 | 63.26 | 53.98 | - |
| YUV | 210.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 184 | 0 | 0.22 | 0.26 | 0.02 | 10.91 | 0.87 | 0.85 |
| Hex | FA | C4 | B8 | 0 | 16 | 1A | 2 | B | 57 | 55 |
| Octal | 372 | 304 | 270 | 0 | 26 | 32 | 2 | 13 | 127 | 125 |
| Binary | 11111010 | 11000100 | 10111000 | 0 | 10110 | 11010 | 10 | 1011 | 1010111 | 1010101 |
Color Harmonies of #FAC4B8
Complementary color
Monochromatic Colors of #FAC4B8
Black with #FAC4B8
Text Example
Text Example
White with #FAC4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4B8; }
p { color: rgb(250,196,184); }
H1.HeaderClassName
{
color: #FAC4B8;
}
.AnyTagClassName
{
color: #FAC4B8;
}
</style>
background-color css
<style>
a { background-color: #FAC4B8; }
a { background-color: rgb(250,196,184); }
div.DivClassName
{
background-color: #FAC4B8;
}
.BgClassName
{
background-color: #FAC4B8;
}
</style>
border-color css
<style>
span { border-color: #FAC4B8; }
span { border-color: rgb(250,196,184); }
td.TdClassName
{
border-color: #FAC4B8;
}
.TagClassName
{
border-color: #FAC4B8;
}
</style>