Shades of Light Pink #FAB6C0
Tints of Light Pink #FAB6C0
RGB
CMYK
RGB Variations
Color information
#FAB6C0 (or 0xFAB6C0) is known color: Light Pink. HEX triplet: FA, B6 and C0. RGB value is (250,182,192). Sum of RGB (Red+Green+Blue) = 250+182+192=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6C0 is #05493F. Grayscale: #CBCBCB. Windows color (decimal): -346432 or 12629754. OLE color: 12629754.
HSL color Cylindrical-coordinate representation of color #FAB6C0: hue angle of 351.18º 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 #FAB6C0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 192 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.02 |
| HSL | 351.18º | 0.87% | 0.85% | - |
| HSV(B) | 351.18º | 0.27% | 0.98% | - |
| XYZ | 65.67 | 57.59 | 57.52 | - |
| YUV | 203.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 192 | 0 | 0.27 | 0.23 | 0.02 | 351.18 | 0.87 | 0.85 |
| Hex | FA | B6 | C0 | 0 | 1B | 17 | 2 | 15F | 57 | 55 |
| Octal | 372 | 266 | 300 | 0 | 33 | 27 | 2 | 537 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11000000 | 0 | 11011 | 10111 | 10 | 101011111 | 1010111 | 1010101 |
Color Harmonies of #FAB6C0
Complementary color
Monochromatic Colors of #FAB6C0
Black with #FAB6C0
Text Example
Text Example
White with #FAB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6C0; }
p { color: rgb(250,182,192); }
H1.HeaderClassName
{
color: #FAB6C0;
}
.AnyTagClassName
{
color: #FAB6C0;
}
</style>
background-color css
<style>
a { background-color: #FAB6C0; }
a { background-color: rgb(250,182,192); }
div.DivClassName
{
background-color: #FAB6C0;
}
.BgClassName
{
background-color: #FAB6C0;
}
</style>
border-color css
<style>
span { border-color: #FAB6C0; }
span { border-color: rgb(250,182,192); }
td.TdClassName
{
border-color: #FAB6C0;
}
.TagClassName
{
border-color: #FAB6C0;
}
</style>