Shades of Your Pink #FAC5C4
Tints of Your Pink #FAC5C4
RGB
CMYK
RGB Variations
Color information
#FAC5C4 (or 0xFAC5C4) is known color: Your Pink. HEX triplet: FA, C5 and C4. RGB value is (250,197,196). Sum of RGB (Red+Green+Blue) = 250+197+196=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C4 is #053A3B. Grayscale: #D4D4D4. Windows color (decimal): -342588 or 12895738. OLE color: 12895738.
HSL color Cylindrical-coordinate representation of color #FAC5C4: hue angle of 1.11º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC5C4 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 196 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.02 |
| HSL | 1.11º | 0.84% | 0.87% | - |
| HSV(B) | 1.11º | 0.22% | 0.98% | - |
| XYZ | 69.35 | 64.24 | 60.97 | - |
| YUV | 212.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 196 | 0 | 0.21 | 0.22 | 0.02 | 1.11 | 0.84 | 0.87 |
| Hex | FA | C5 | C4 | 0 | 15 | 16 | 2 | 1 | 54 | 57 |
| Octal | 372 | 305 | 304 | 0 | 25 | 26 | 2 | 1 | 124 | 127 |
| Binary | 11111010 | 11000101 | 11000100 | 0 | 10101 | 10110 | 10 | 1 | 1010100 | 1010111 |
Color Harmonies of #FAC5C4
Complementary color
Monochromatic Colors of #FAC5C4
Black with #FAC5C4
Text Example
Text Example
White with #FAC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5C4; }
p { color: rgb(250,197,196); }
H1.HeaderClassName
{
color: #FAC5C4;
}
.AnyTagClassName
{
color: #FAC5C4;
}
</style>
background-color css
<style>
a { background-color: #FAC5C4; }
a { background-color: rgb(250,197,196); }
div.DivClassName
{
background-color: #FAC5C4;
}
.BgClassName
{
background-color: #FAC5C4;
}
</style>
border-color css
<style>
span { border-color: #FAC5C4; }
span { border-color: rgb(250,197,196); }
td.TdClassName
{
border-color: #FAC5C4;
}
.TagClassName
{
border-color: #FAC5C4;
}
</style>