Shades of Pink #FAC0CD
Tints of Pink #FAC0CD
RGB
CMYK
RGB Variations
Color information
#FAC0CD (or 0xFAC0CD) is known color: Pink. HEX triplet: FA, C0 and CD. RGB value is (250,192,205). Sum of RGB (Red+Green+Blue) = 250+192+205=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CD is #053F32. Grayscale: #D2D2D2. Windows color (decimal): -343859 or 13484282. OLE color: 13484282.
HSL color Cylindrical-coordinate representation of color #FAC0CD: hue angle of 346.55º 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 #FAC0CD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 205 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 346.55º | 0.85% | 0.87% | - |
| HSV(B) | 346.55º | 0.23% | 0.98% | - |
| XYZ | 69.29 | 62.43 | 66.16 | - |
| YUV | 210.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 205 | 0 | 0.23 | 0.18 | 0.02 | 346.55 | 0.85 | 0.87 |
| Hex | FA | C0 | CD | 0 | 17 | 12 | 2 | 15B | 55 | 57 |
| Octal | 372 | 300 | 315 | 0 | 27 | 22 | 2 | 533 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11001101 | 0 | 10111 | 10010 | 10 | 101011011 | 1010101 | 1010111 |
Color Harmonies of #FAC0CD
Complementary color
Monochromatic Colors of #FAC0CD
Black with #FAC0CD
Text Example
Text Example
White with #FAC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0CD; }
p { color: rgb(250,192,205); }
H1.HeaderClassName
{
color: #FAC0CD;
}
.AnyTagClassName
{
color: #FAC0CD;
}
</style>
background-color css
<style>
a { background-color: #FAC0CD; }
a { background-color: rgb(250,192,205); }
div.DivClassName
{
background-color: #FAC0CD;
}
.BgClassName
{
background-color: #FAC0CD;
}
</style>
border-color css
<style>
span { border-color: #FAC0CD; }
span { border-color: rgb(250,192,205); }
td.TdClassName
{
border-color: #FAC0CD;
}
.TagClassName
{
border-color: #FAC0CD;
}
</style>