Shades of Pink #FAC4D0
Tints of Pink #FAC4D0
RGB
CMYK
RGB Variations
Color information
#FAC4D0 (or 0xFAC4D0) is known color: Pink. HEX triplet: FA, C4 and D0. RGB value is (250,196,208). Sum of RGB (Red+Green+Blue) = 250+196+208=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4D0 is #053B2F. Grayscale: #D5D5D5. Windows color (decimal): -342832 or 13681914. OLE color: 13681914.
HSL color Cylindrical-coordinate representation of color #FAC4D0: hue angle of 346.67º 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 #FAC4D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 208 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 346.67º | 0.84% | 0.87% | - |
| HSV(B) | 346.67º | 0.22% | 0.98% | - |
| XYZ | 70.55 | 64.36 | 68.38 | - |
| YUV | 213.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 208 | 0 | 0.22 | 0.17 | 0.02 | 346.67 | 0.84 | 0.87 |
| Hex | FA | C4 | D0 | 0 | 16 | 11 | 2 | 15B | 54 | 57 |
| Octal | 372 | 304 | 320 | 0 | 26 | 21 | 2 | 533 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11010000 | 0 | 10110 | 10001 | 10 | 101011011 | 1010100 | 1010111 |
Color Harmonies of #FAC4D0
Complementary color
Monochromatic Colors of #FAC4D0
Black with #FAC4D0
Text Example
Text Example
White with #FAC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4D0; }
p { color: rgb(250,196,208); }
H1.HeaderClassName
{
color: #FAC4D0;
}
.AnyTagClassName
{
color: #FAC4D0;
}
</style>
background-color css
<style>
a { background-color: #FAC4D0; }
a { background-color: rgb(250,196,208); }
div.DivClassName
{
background-color: #FAC4D0;
}
.BgClassName
{
background-color: #FAC4D0;
}
</style>
border-color css
<style>
span { border-color: #FAC4D0; }
span { border-color: rgb(250,196,208); }
td.TdClassName
{
border-color: #FAC4D0;
}
.TagClassName
{
border-color: #FAC4D0;
}
</style>