Shades of Pink #FAC8CD
Tints of Pink #FAC8CD
RGB
CMYK
RGB Variations
Color information
#FAC8CD (or 0xFAC8CD) is known color: Pink. HEX triplet: FA, C8 and CD. RGB value is (250,200,205). Sum of RGB (Red+Green+Blue) = 250+200+205=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CD is #053732. Grayscale: #D7D7D7. Windows color (decimal): -341811 or 13486330. OLE color: 13486330.
HSL color Cylindrical-coordinate representation of color #FAC8CD: hue angle of 354º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8CD is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 205 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.02 |
| HSL | 354º | 0.83% | 0.88% | - |
| HSV(B) | 354º | 0.2% | 0.98% | - |
| XYZ | 71.1 | 66.04 | 66.76 | - |
| YUV | 215.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 205 | 0 | 0.2 | 0.18 | 0.02 | 354 | 0.83 | 0.88 |
| Hex | FA | C8 | CD | 0 | 14 | 12 | 2 | 162 | 53 | 58 |
| Octal | 372 | 310 | 315 | 0 | 24 | 22 | 2 | 542 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11001101 | 0 | 10100 | 10010 | 10 | 101100010 | 1010011 | 1011000 |
Color Harmonies of #FAC8CD
Complementary color
Monochromatic Colors of #FAC8CD
Black with #FAC8CD
Text Example
Text Example
White with #FAC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8CD; }
p { color: rgb(250,200,205); }
H1.HeaderClassName
{
color: #FAC8CD;
}
.AnyTagClassName
{
color: #FAC8CD;
}
</style>
background-color css
<style>
a { background-color: #FAC8CD; }
a { background-color: rgb(250,200,205); }
div.DivClassName
{
background-color: #FAC8CD;
}
.BgClassName
{
background-color: #FAC8CD;
}
</style>
border-color css
<style>
span { border-color: #FAC8CD; }
span { border-color: rgb(250,200,205); }
td.TdClassName
{
border-color: #FAC8CD;
}
.TagClassName
{
border-color: #FAC8CD;
}
</style>