Shades of Light Pink #FAB7C1
Tints of Light Pink #FAB7C1
RGB
CMYK
RGB Variations
Color information
#FAB7C1 (or 0xFAB7C1) is known color: Light Pink. HEX triplet: FA, B7 and C1. RGB value is (250,183,193). Sum of RGB (Red+Green+Blue) = 250+183+193=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C1 is #05483E. Grayscale: #CCCCCC. Windows color (decimal): -346175 or 12695546. OLE color: 12695546.
HSL color Cylindrical-coordinate representation of color #FAB7C1: hue angle of 351.04º 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 #FAB7C1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 193 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.02 |
| HSL | 351.04º | 0.87% | 0.85% | - |
| HSV(B) | 351.04º | 0.27% | 0.98% | - |
| XYZ | 65.98 | 58.04 | 58.18 | - |
| YUV | 204.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 193 | 0 | 0.27 | 0.23 | 0.02 | 351.04 | 0.87 | 0.85 |
| Hex | FA | B7 | C1 | 0 | 1B | 17 | 2 | 15F | 57 | 55 |
| Octal | 372 | 267 | 301 | 0 | 33 | 27 | 2 | 537 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11000001 | 0 | 11011 | 10111 | 10 | 101011111 | 1010111 | 1010101 |
Color Harmonies of #FAB7C1
Complementary color
Monochromatic Colors of #FAB7C1
Black with #FAB7C1
Text Example
Text Example
White with #FAB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7C1; }
p { color: rgb(250,183,193); }
H1.HeaderClassName
{
color: #FAB7C1;
}
.AnyTagClassName
{
color: #FAB7C1;
}
</style>
background-color css
<style>
a { background-color: #FAB7C1; }
a { background-color: rgb(250,183,193); }
div.DivClassName
{
background-color: #FAB7C1;
}
.BgClassName
{
background-color: #FAB7C1;
}
</style>
border-color css
<style>
span { border-color: #FAB7C1; }
span { border-color: rgb(250,183,193); }
td.TdClassName
{
border-color: #FAB7C1;
}
.TagClassName
{
border-color: #FAB7C1;
}
</style>