Shades of Light Pink #FAB7C0
Tints of Light Pink #FAB7C0
RGB
CMYK
RGB Variations
Color information
#FAB7C0 (or 0xFAB7C0) is known color: Light Pink. HEX triplet: FA, B7 and C0. RGB value is (250,183,192). Sum of RGB (Red+Green+Blue) = 250+183+192=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C0 is #05483F. Grayscale: #CCCCCC. Windows color (decimal): -346176 or 12630010. OLE color: 12630010.
HSL color Cylindrical-coordinate representation of color #FAB7C0: hue angle of 351.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7C0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 192 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.02 |
| HSL | 351.94º | 0.87% | 0.85% | - |
| HSV(B) | 351.94º | 0.27% | 0.98% | - |
| XYZ | 65.87 | 58 | 57.59 | - |
| YUV | 204.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 192 | 0 | 0.27 | 0.23 | 0.02 | 351.94 | 0.87 | 0.85 |
| Hex | FA | B7 | C0 | 0 | 1B | 17 | 2 | 160 | 57 | 55 |
| Octal | 372 | 267 | 300 | 0 | 33 | 27 | 2 | 540 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11000000 | 0 | 11011 | 10111 | 10 | 101100000 | 1010111 | 1010101 |
Color Harmonies of #FAB7C0
Complementary color
Monochromatic Colors of #FAB7C0
Black with #FAB7C0
Text Example
Text Example
White with #FAB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7C0; }
p { color: rgb(250,183,192); }
H1.HeaderClassName
{
color: #FAB7C0;
}
.AnyTagClassName
{
color: #FAB7C0;
}
</style>
background-color css
<style>
a { background-color: #FAB7C0; }
a { background-color: rgb(250,183,192); }
div.DivClassName
{
background-color: #FAB7C0;
}
.BgClassName
{
background-color: #FAB7C0;
}
</style>
border-color css
<style>
span { border-color: #FAB7C0; }
span { border-color: rgb(250,183,192); }
td.TdClassName
{
border-color: #FAB7C0;
}
.TagClassName
{
border-color: #FAB7C0;
}
</style>