Shades of Light Pink #FAB3C1
Tints of Light Pink #FAB3C1
RGB
CMYK
RGB Variations
Color information
#FAB3C1 (or 0xFAB3C1) is known color: Light Pink. HEX triplet: FA, B3 and C1. RGB value is (250,179,193). Sum of RGB (Red+Green+Blue) = 250+179+193=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C1 is #054C3E. Grayscale: #C9C9C9. Windows color (decimal): -347199 or 12694522. OLE color: 12694522.
HSL color Cylindrical-coordinate representation of color #FAB3C1: hue angle of 348.17º 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 #FAB3C1 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 193 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.02 |
| HSL | 348.17º | 0.88% | 0.84% | - |
| HSV(B) | 348.17º | 0.28% | 0.98% | - |
| XYZ | 65.17 | 56.41 | 57.91 | - |
| YUV | 201.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 193 | 0 | 0.28 | 0.23 | 0.02 | 348.17 | 0.88 | 0.84 |
| Hex | FA | B3 | C1 | 0 | 1C | 17 | 2 | 15C | 58 | 54 |
| Octal | 372 | 263 | 301 | 0 | 34 | 27 | 2 | 534 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11000001 | 0 | 11100 | 10111 | 10 | 101011100 | 1011000 | 1010100 |
Color Harmonies of #FAB3C1
Complementary color
Monochromatic Colors of #FAB3C1
Black with #FAB3C1
Text Example
Text Example
White with #FAB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3C1; }
p { color: rgb(250,179,193); }
H1.HeaderClassName
{
color: #FAB3C1;
}
.AnyTagClassName
{
color: #FAB3C1;
}
</style>
background-color css
<style>
a { background-color: #FAB3C1; }
a { background-color: rgb(250,179,193); }
div.DivClassName
{
background-color: #FAB3C1;
}
.BgClassName
{
background-color: #FAB3C1;
}
</style>
border-color css
<style>
span { border-color: #FAB3C1; }
span { border-color: rgb(250,179,193); }
td.TdClassName
{
border-color: #FAB3C1;
}
.TagClassName
{
border-color: #FAB3C1;
}
</style>