Shades of Light Pink #FAB1C0
Tints of Light Pink #FAB1C0
RGB
CMYK
RGB Variations
Color information
#FAB1C0 (or 0xFAB1C0) is known color: Light Pink. HEX triplet: FA, B1 and C0. RGB value is (250,177,192). Sum of RGB (Red+Green+Blue) = 250+177+192=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C0 is #054E3F. Grayscale: #C8C8C8. Windows color (decimal): -347712 or 12628474. OLE color: 12628474.
HSL color Cylindrical-coordinate representation of color #FAB1C0: hue angle of 347.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1C0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 192 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 347.67º | 0.88% | 0.84% | - |
| HSV(B) | 347.67º | 0.29% | 0.98% | - |
| XYZ | 64.66 | 55.57 | 57.19 | - |
| YUV | 200.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 192 | 0 | 0.29 | 0.23 | 0.02 | 347.67 | 0.88 | 0.84 |
| Hex | FA | B1 | C0 | 0 | 1D | 17 | 2 | 15C | 58 | 54 |
| Octal | 372 | 261 | 300 | 0 | 35 | 27 | 2 | 534 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11000000 | 0 | 11101 | 10111 | 10 | 101011100 | 1011000 | 1010100 |
Color Harmonies of #FAB1C0
Complementary color
Monochromatic Colors of #FAB1C0
Black with #FAB1C0
Text Example
Text Example
White with #FAB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1C0; }
p { color: rgb(250,177,192); }
H1.HeaderClassName
{
color: #FAB1C0;
}
.AnyTagClassName
{
color: #FAB1C0;
}
</style>
background-color css
<style>
a { background-color: #FAB1C0; }
a { background-color: rgb(250,177,192); }
div.DivClassName
{
background-color: #FAB1C0;
}
.BgClassName
{
background-color: #FAB1C0;
}
</style>
border-color css
<style>
span { border-color: #FAB1C0; }
span { border-color: rgb(250,177,192); }
td.TdClassName
{
border-color: #FAB1C0;
}
.TagClassName
{
border-color: #FAB1C0;
}
</style>