Shades of Pink #FAC0CA
Tints of Pink #FAC0CA
RGB
CMYK
RGB Variations
Color information
#FAC0CA (or 0xFAC0CA) is known color: Pink. HEX triplet: FA, C0 and CA. RGB value is (250,192,202). Sum of RGB (Red+Green+Blue) = 250+192+202=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CA is #053F35. Grayscale: #D2D2D2. Windows color (decimal): -343862 or 13287674. OLE color: 13287674.
HSL color Cylindrical-coordinate representation of color #FAC0CA: hue angle of 349.66º 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 #FAC0CA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 202 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.02 |
| HSL | 349.66º | 0.85% | 0.87% | - |
| HSV(B) | 349.66º | 0.23% | 0.98% | - |
| XYZ | 68.93 | 62.29 | 64.27 | - |
| YUV | 210.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 202 | 0 | 0.23 | 0.19 | 0.02 | 349.66 | 0.85 | 0.87 |
| Hex | FA | C0 | CA | 0 | 17 | 13 | 2 | 15E | 55 | 57 |
| Octal | 372 | 300 | 312 | 0 | 27 | 23 | 2 | 536 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11001010 | 0 | 10111 | 10011 | 10 | 101011110 | 1010101 | 1010111 |
Color Harmonies of #FAC0CA
Complementary color
Monochromatic Colors of #FAC0CA
Black with #FAC0CA
Text Example
Text Example
White with #FAC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0CA; }
p { color: rgb(250,192,202); }
H1.HeaderClassName
{
color: #FAC0CA;
}
.AnyTagClassName
{
color: #FAC0CA;
}
</style>
background-color css
<style>
a { background-color: #FAC0CA; }
a { background-color: rgb(250,192,202); }
div.DivClassName
{
background-color: #FAC0CA;
}
.BgClassName
{
background-color: #FAC0CA;
}
</style>
border-color css
<style>
span { border-color: #FAC0CA; }
span { border-color: rgb(250,192,202); }
td.TdClassName
{
border-color: #FAC0CA;
}
.TagClassName
{
border-color: #FAC0CA;
}
</style>