Shades of Light Pink #FAB6C1
Tints of Light Pink #FAB6C1
RGB
CMYK
RGB Variations
Color information
#FAB6C1 (or 0xFAB6C1) is known color: Light Pink. HEX triplet: FA, B6 and C1. RGB value is (250,182,193). Sum of RGB (Red+Green+Blue) = 250+182+193=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6C1 is #05493E. Grayscale: #CBCBCB. Windows color (decimal): -346431 or 12695290. OLE color: 12695290.
HSL color Cylindrical-coordinate representation of color #FAB6C1: hue angle of 350.29º 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 #FAB6C1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 193 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.02 |
| HSL | 350.29º | 0.87% | 0.85% | - |
| HSV(B) | 350.29º | 0.27% | 0.98% | - |
| XYZ | 65.78 | 57.63 | 58.11 | - |
| YUV | 203.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 193 | 0 | 0.27 | 0.23 | 0.02 | 350.29 | 0.87 | 0.85 |
| Hex | FA | B6 | C1 | 0 | 1B | 17 | 2 | 15E | 57 | 55 |
| Octal | 372 | 266 | 301 | 0 | 33 | 27 | 2 | 536 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11000001 | 0 | 11011 | 10111 | 10 | 101011110 | 1010111 | 1010101 |
Color Harmonies of #FAB6C1
Complementary color
Monochromatic Colors of #FAB6C1
Black with #FAB6C1
Text Example
Text Example
White with #FAB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6C1; }
p { color: rgb(250,182,193); }
H1.HeaderClassName
{
color: #FAB6C1;
}
.AnyTagClassName
{
color: #FAB6C1;
}
</style>
background-color css
<style>
a { background-color: #FAB6C1; }
a { background-color: rgb(250,182,193); }
div.DivClassName
{
background-color: #FAB6C1;
}
.BgClassName
{
background-color: #FAB6C1;
}
</style>
border-color css
<style>
span { border-color: #FAB6C1; }
span { border-color: rgb(250,182,193); }
td.TdClassName
{
border-color: #FAB6C1;
}
.TagClassName
{
border-color: #FAB6C1;
}
</style>