Shades of Pink #FACACF
Tints of Pink #FACACF
RGB
CMYK
RGB Variations
Color information
#FACACF (or 0xFACACF) is known color: Pink. HEX triplet: FA, CA and CF. RGB value is (250,202,207). Sum of RGB (Red+Green+Blue) = 250+202+207=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACF is #053530. Grayscale: #D8D8D8. Windows color (decimal): -341297 or 13617914. OLE color: 13617914.
HSL color Cylindrical-coordinate representation of color #FACACF: hue angle of 353.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACACF is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 207 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.02 |
| HSL | 353.75º | 0.83% | 0.89% | - |
| HSV(B) | 353.75º | 0.19% | 0.98% | - |
| XYZ | 71.81 | 67.07 | 68.19 | - |
| YUV | 216.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 207 | 0 | 0.19 | 0.17 | 0.02 | 353.75 | 0.83 | 0.89 |
| Hex | FA | CA | CF | 0 | 13 | 11 | 2 | 162 | 53 | 59 |
| Octal | 372 | 312 | 317 | 0 | 23 | 21 | 2 | 542 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11001111 | 0 | 10011 | 10001 | 10 | 101100010 | 1010011 | 1011001 |
Color Harmonies of #FACACF
Complementary color
Monochromatic Colors of #FACACF
Black with #FACACF
Text Example
Text Example
White with #FACACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACACF; }
p { color: rgb(250,202,207); }
H1.HeaderClassName
{
color: #FACACF;
}
.AnyTagClassName
{
color: #FACACF;
}
</style>
background-color css
<style>
a { background-color: #FACACF; }
a { background-color: rgb(250,202,207); }
div.DivClassName
{
background-color: #FACACF;
}
.BgClassName
{
background-color: #FACACF;
}
</style>
border-color css
<style>
span { border-color: #FACACF; }
span { border-color: rgb(250,202,207); }
td.TdClassName
{
border-color: #FACACF;
}
.TagClassName
{
border-color: #FACACF;
}
</style>