Shades of Pink #FAC1CD
Tints of Pink #FAC1CD
RGB
CMYK
RGB Variations
Color information
#FAC1CD (or 0xFAC1CD) is known color: Pink. HEX triplet: FA, C1 and CD. RGB value is (250,193,205). Sum of RGB (Red+Green+Blue) = 250+193+205=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1CD is #053E32. Grayscale: #D3D3D3. Windows color (decimal): -343603 or 13484538. OLE color: 13484538.
HSL color Cylindrical-coordinate representation of color #FAC1CD: hue angle of 347.37º 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 #FAC1CD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 205 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 347.37º | 0.85% | 0.87% | - |
| HSV(B) | 347.37º | 0.23% | 0.98% | - |
| XYZ | 69.51 | 62.87 | 66.23 | - |
| YUV | 211.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 205 | 0 | 0.23 | 0.18 | 0.02 | 347.37 | 0.85 | 0.87 |
| Hex | FA | C1 | CD | 0 | 17 | 12 | 2 | 15B | 55 | 57 |
| Octal | 372 | 301 | 315 | 0 | 27 | 22 | 2 | 533 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11001101 | 0 | 10111 | 10010 | 10 | 101011011 | 1010101 | 1010111 |
Color Harmonies of #FAC1CD
Complementary color
Monochromatic Colors of #FAC1CD
Black with #FAC1CD
Text Example
Text Example
White with #FAC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1CD; }
p { color: rgb(250,193,205); }
H1.HeaderClassName
{
color: #FAC1CD;
}
.AnyTagClassName
{
color: #FAC1CD;
}
</style>
background-color css
<style>
a { background-color: #FAC1CD; }
a { background-color: rgb(250,193,205); }
div.DivClassName
{
background-color: #FAC1CD;
}
.BgClassName
{
background-color: #FAC1CD;
}
</style>
border-color css
<style>
span { border-color: #FAC1CD; }
span { border-color: rgb(250,193,205); }
td.TdClassName
{
border-color: #FAC1CD;
}
.TagClassName
{
border-color: #FAC1CD;
}
</style>