Shades of Your Pink #FACABB
Tints of Your Pink #FACABB
RGB
CMYK
RGB Variations
Color information
#FACABB (or 0xFACABB) is known color: Your Pink. HEX triplet: FA, CA and BB. RGB value is (250,202,187). Sum of RGB (Red+Green+Blue) = 250+202+187=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABB is #053544. Grayscale: #D6D6D6. Windows color (decimal): -341317 or 12307194. OLE color: 12307194.
HSL color Cylindrical-coordinate representation of color #FACABB: hue angle of 14.29º 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 #FACABB is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 187 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.02 |
| HSL | 14.29º | 0.86% | 0.86% | - |
| HSV(B) | 14.29º | 0.25% | 0.98% | - |
| XYZ | 69.51 | 66.15 | 56.12 | - |
| YUV | 214.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 187 | 0 | 0.19 | 0.25 | 0.02 | 14.29 | 0.86 | 0.86 |
| Hex | FA | CA | BB | 0 | 13 | 19 | 2 | E | 56 | 56 |
| Octal | 372 | 312 | 273 | 0 | 23 | 31 | 2 | 16 | 126 | 126 |
| Binary | 11111010 | 11001010 | 10111011 | 0 | 10011 | 11001 | 10 | 1110 | 1010110 | 1010110 |
Color Harmonies of #FACABB
Complementary color
Monochromatic Colors of #FACABB
Black with #FACABB
Text Example
Text Example
White with #FACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACABB; }
p { color: rgb(250,202,187); }
H1.HeaderClassName
{
color: #FACABB;
}
.AnyTagClassName
{
color: #FACABB;
}
</style>
background-color css
<style>
a { background-color: #FACABB; }
a { background-color: rgb(250,202,187); }
div.DivClassName
{
background-color: #FACABB;
}
.BgClassName
{
background-color: #FACABB;
}
</style>
border-color css
<style>
span { border-color: #FACABB; }
span { border-color: rgb(250,202,187); }
td.TdClassName
{
border-color: #FACABB;
}
.TagClassName
{
border-color: #FACABB;
}
</style>