Shades of Your Pink #FACABC
Tints of Your Pink #FACABC
RGB
CMYK
RGB Variations
Color information
#FACABC (or 0xFACABC) is known color: Your Pink. HEX triplet: FA, CA and BC. RGB value is (250,202,188). Sum of RGB (Red+Green+Blue) = 250+202+188=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABC is #053543. Grayscale: #D6D6D6. Windows color (decimal): -341316 or 12372730. OLE color: 12372730.
HSL color Cylindrical-coordinate representation of color #FACABC: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FACABC is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 188 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.02 |
| HSL | 13.55º | 0.86% | 0.86% | - |
| HSV(B) | 13.55º | 0.25% | 0.98% | - |
| XYZ | 69.62 | 66.2 | 56.68 | - |
| YUV | 214.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 188 | 0 | 0.19 | 0.25 | 0.02 | 13.55 | 0.86 | 0.86 |
| Hex | FA | CA | BC | 0 | 13 | 19 | 2 | E | 56 | 56 |
| Octal | 372 | 312 | 274 | 0 | 23 | 31 | 2 | 16 | 126 | 126 |
| Binary | 11111010 | 11001010 | 10111100 | 0 | 10011 | 11001 | 10 | 1110 | 1010110 | 1010110 |
Color Harmonies of #FACABC
Complementary color
Monochromatic Colors of #FACABC
Black with #FACABC
Text Example
Text Example
White with #FACABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACABC; }
p { color: rgb(250,202,188); }
H1.HeaderClassName
{
color: #FACABC;
}
.AnyTagClassName
{
color: #FACABC;
}
</style>
background-color css
<style>
a { background-color: #FACABC; }
a { background-color: rgb(250,202,188); }
div.DivClassName
{
background-color: #FACABC;
}
.BgClassName
{
background-color: #FACABC;
}
</style>
border-color css
<style>
span { border-color: #FACABC; }
span { border-color: rgb(250,202,188); }
td.TdClassName
{
border-color: #FACABC;
}
.TagClassName
{
border-color: #FACABC;
}
</style>