Shades of Your Pink #FACAC1
Tints of Your Pink #FACAC1
RGB
CMYK
RGB Variations
Color information
#FACAC1 (or 0xFACAC1) is known color: Your Pink. HEX triplet: FA, CA and C1. RGB value is (250,202,193). Sum of RGB (Red+Green+Blue) = 250+202+193=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC1 is #05353E. Grayscale: #D7D7D7. Windows color (decimal): -341311 or 12700410. OLE color: 12700410.
HSL color Cylindrical-coordinate representation of color #FACAC1: hue angle of 9.47º 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 #FACAC1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 193 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.02 |
| HSL | 9.47º | 0.85% | 0.87% | - |
| HSV(B) | 9.47º | 0.23% | 0.98% | - |
| XYZ | 70.17 | 66.42 | 59.57 | - |
| YUV | 215.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 193 | 0 | 0.19 | 0.23 | 0.02 | 9.47 | 0.85 | 0.87 |
| Hex | FA | CA | C1 | 0 | 13 | 17 | 2 | 9 | 55 | 57 |
| Octal | 372 | 312 | 301 | 0 | 23 | 27 | 2 | 11 | 125 | 127 |
| Binary | 11111010 | 11001010 | 11000001 | 0 | 10011 | 10111 | 10 | 1001 | 1010101 | 1010111 |
Color Harmonies of #FACAC1
Complementary color
Monochromatic Colors of #FACAC1
Black with #FACAC1
Text Example
Text Example
White with #FACAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAC1; }
p { color: rgb(250,202,193); }
H1.HeaderClassName
{
color: #FACAC1;
}
.AnyTagClassName
{
color: #FACAC1;
}
</style>
background-color css
<style>
a { background-color: #FACAC1; }
a { background-color: rgb(250,202,193); }
div.DivClassName
{
background-color: #FACAC1;
}
.BgClassName
{
background-color: #FACAC1;
}
</style>
border-color css
<style>
span { border-color: #FACAC1; }
span { border-color: rgb(250,202,193); }
td.TdClassName
{
border-color: #FACAC1;
}
.TagClassName
{
border-color: #FACAC1;
}
</style>