Shades of Your Pink #FACABF
Tints of Your Pink #FACABF
RGB
CMYK
RGB Variations
Color information
#FACABF (or 0xFACABF) is known color: Your Pink. HEX triplet: FA, CA and BF. RGB value is (250,202,191). Sum of RGB (Red+Green+Blue) = 250+202+191=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABF is #053540. Grayscale: #D7D7D7. Windows color (decimal): -341313 or 12569338. OLE color: 12569338.
HSL color Cylindrical-coordinate representation of color #FACABF: hue angle of 11.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACABF is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 191 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 11.19º | 0.86% | 0.86% | - |
| HSV(B) | 11.19º | 0.24% | 0.98% | - |
| XYZ | 69.95 | 66.33 | 58.41 | - |
| YUV | 215.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 191 | 0 | 0.19 | 0.24 | 0.02 | 11.19 | 0.86 | 0.86 |
| Hex | FA | CA | BF | 0 | 13 | 18 | 2 | B | 56 | 56 |
| Octal | 372 | 312 | 277 | 0 | 23 | 30 | 2 | 13 | 126 | 126 |
| Binary | 11111010 | 11001010 | 10111111 | 0 | 10011 | 11000 | 10 | 1011 | 1010110 | 1010110 |
Color Harmonies of #FACABF
Complementary color
Monochromatic Colors of #FACABF
Black with #FACABF
Text Example
Text Example
White with #FACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACABF; }
p { color: rgb(250,202,191); }
H1.HeaderClassName
{
color: #FACABF;
}
.AnyTagClassName
{
color: #FACABF;
}
</style>
background-color css
<style>
a { background-color: #FACABF; }
a { background-color: rgb(250,202,191); }
div.DivClassName
{
background-color: #FACABF;
}
.BgClassName
{
background-color: #FACABF;
}
</style>
border-color css
<style>
span { border-color: #FACABF; }
span { border-color: rgb(250,202,191); }
td.TdClassName
{
border-color: #FACABF;
}
.TagClassName
{
border-color: #FACABF;
}
</style>