Shades of Pink #FAC1D0
Tints of Pink #FAC1D0
RGB
CMYK
RGB Variations
Color information
#FAC1D0 (or 0xFAC1D0) is known color: Pink. HEX triplet: FA, C1 and D0. RGB value is (250,193,208). Sum of RGB (Red+Green+Blue) = 250+193+208=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1D0 is #053E2F. Grayscale: #D3D3D3. Windows color (decimal): -343600 or 13681146. OLE color: 13681146.
HSL color Cylindrical-coordinate representation of color #FAC1D0: hue angle of 344.21º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 208 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 344.21º | 0.85% | 0.87% | - |
| HSV(B) | 344.21º | 0.23% | 0.98% | - |
| XYZ | 69.88 | 63.02 | 68.16 | - |
| YUV | 211.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 208 | 0 | 0.23 | 0.17 | 0.02 | 344.21 | 0.85 | 0.87 |
| Hex | FA | C1 | D0 | 0 | 17 | 11 | 2 | 158 | 55 | 57 |
| Octal | 372 | 301 | 320 | 0 | 27 | 21 | 2 | 530 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11010000 | 0 | 10111 | 10001 | 10 | 101011000 | 1010101 | 1010111 |
Color Harmonies of #FAC1D0
Complementary color
Monochromatic Colors of #FAC1D0
Black with #FAC1D0
Text Example
Text Example
White with #FAC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1D0; }
p { color: rgb(250,193,208); }
H1.HeaderClassName
{
color: #FAC1D0;
}
.AnyTagClassName
{
color: #FAC1D0;
}
</style>
background-color css
<style>
a { background-color: #FAC1D0; }
a { background-color: rgb(250,193,208); }
div.DivClassName
{
background-color: #FAC1D0;
}
.BgClassName
{
background-color: #FAC1D0;
}
</style>
border-color css
<style>
span { border-color: #FAC1D0; }
span { border-color: rgb(250,193,208); }
td.TdClassName
{
border-color: #FAC1D0;
}
.TagClassName
{
border-color: #FAC1D0;
}
</style>