Shades of Light Pink #FAB3C0
Tints of Light Pink #FAB3C0
RGB
CMYK
RGB Variations
Color information
#FAB3C0 (or 0xFAB3C0) is known color: Light Pink. HEX triplet: FA, B3 and C0. RGB value is (250,179,192). Sum of RGB (Red+Green+Blue) = 250+179+192=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C0 is #054C3F. Grayscale: #C9C9C9. Windows color (decimal): -347200 or 12628986. OLE color: 12628986.
HSL color Cylindrical-coordinate representation of color #FAB3C0: hue angle of 349.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3C0 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 192 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.02 |
| HSL | 349.01º | 0.88% | 0.84% | - |
| HSV(B) | 349.01º | 0.28% | 0.98% | - |
| XYZ | 65.06 | 56.37 | 57.32 | - |
| YUV | 201.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 192 | 0 | 0.28 | 0.23 | 0.02 | 349.01 | 0.88 | 0.84 |
| Hex | FA | B3 | C0 | 0 | 1C | 17 | 2 | 15D | 58 | 54 |
| Octal | 372 | 263 | 300 | 0 | 34 | 27 | 2 | 535 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11000000 | 0 | 11100 | 10111 | 10 | 101011101 | 1011000 | 1010100 |
Color Harmonies of #FAB3C0
Complementary color
Monochromatic Colors of #FAB3C0
Black with #FAB3C0
Text Example
Text Example
White with #FAB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3C0; }
p { color: rgb(250,179,192); }
H1.HeaderClassName
{
color: #FAB3C0;
}
.AnyTagClassName
{
color: #FAB3C0;
}
</style>
background-color css
<style>
a { background-color: #FAB3C0; }
a { background-color: rgb(250,179,192); }
div.DivClassName
{
background-color: #FAB3C0;
}
.BgClassName
{
background-color: #FAB3C0;
}
</style>
border-color css
<style>
span { border-color: #FAB3C0; }
span { border-color: rgb(250,179,192); }
td.TdClassName
{
border-color: #FAB3C0;
}
.TagClassName
{
border-color: #FAB3C0;
}
</style>