Shades of Your Pink #FAC4B2
Tints of Your Pink #FAC4B2
RGB
CMYK
RGB Variations
Color information
#FAC4B2 (or 0xFAC4B2) is known color: Your Pink. HEX triplet: FA, C4 and B2. RGB value is (250,196,178). Sum of RGB (Red+Green+Blue) = 250+196+178=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4B2 is #053B4D. Grayscale: #D2D2D2. Windows color (decimal): -342862 or 11715834. OLE color: 11715834.
HSL color Cylindrical-coordinate representation of color #FAC4B2: hue angle of 15º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAC4B2 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 178 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.02 |
| HSL | 15º | 0.88% | 0.84% | - |
| HSV(B) | 15º | 0.29% | 0.98% | - |
| XYZ | 67.2 | 63.02 | 50.74 | - |
| YUV | 210.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 178 | 0 | 0.22 | 0.29 | 0.02 | 15 | 0.88 | 0.84 |
| Hex | FA | C4 | B2 | 0 | 16 | 1D | 2 | F | 58 | 54 |
| Octal | 372 | 304 | 262 | 0 | 26 | 35 | 2 | 17 | 130 | 124 |
| Binary | 11111010 | 11000100 | 10110010 | 0 | 10110 | 11101 | 10 | 1111 | 1011000 | 1010100 |
Color Harmonies of #FAC4B2
Complementary color
Monochromatic Colors of #FAC4B2
Black with #FAC4B2
Text Example
Text Example
White with #FAC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4B2; }
p { color: rgb(250,196,178); }
H1.HeaderClassName
{
color: #FAC4B2;
}
.AnyTagClassName
{
color: #FAC4B2;
}
</style>
background-color css
<style>
a { background-color: #FAC4B2; }
a { background-color: rgb(250,196,178); }
div.DivClassName
{
background-color: #FAC4B2;
}
.BgClassName
{
background-color: #FAC4B2;
}
</style>
border-color css
<style>
span { border-color: #FAC4B2; }
span { border-color: rgb(250,196,178); }
td.TdClassName
{
border-color: #FAC4B2;
}
.TagClassName
{
border-color: #FAC4B2;
}
</style>