Shades of Light Pink #FABBC5
Tints of Light Pink #FABBC5
RGB
CMYK
RGB Variations
Color information
#FABBC5 (or 0xFABBC5) is known color: Light Pink. HEX triplet: FA, BB and C5. RGB value is (250,187,197). Sum of RGB (Red+Green+Blue) = 250+187+197=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC5 is #05443A. Grayscale: #CFCFCF. Windows color (decimal): -345147 or 12958714. OLE color: 12958714.
HSL color Cylindrical-coordinate representation of color #FABBC5: hue angle of 350.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBC5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 197 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 350.48º | 0.86% | 0.86% | - |
| HSV(B) | 350.48º | 0.25% | 0.98% | - |
| XYZ | 67.27 | 59.9 | 60.84 | - |
| YUV | 206.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 197 | 0 | 0.25 | 0.21 | 0.02 | 350.48 | 0.86 | 0.86 |
| Hex | FA | BB | C5 | 0 | 19 | 15 | 2 | 15E | 56 | 56 |
| Octal | 372 | 273 | 305 | 0 | 31 | 25 | 2 | 536 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000101 | 0 | 11001 | 10101 | 10 | 101011110 | 1010110 | 1010110 |
Color Harmonies of #FABBC5
Complementary color
Monochromatic Colors of #FABBC5
Black with #FABBC5
Text Example
Text Example
White with #FABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC5; }
p { color: rgb(250,187,197); }
H1.HeaderClassName
{
color: #FABBC5;
}
.AnyTagClassName
{
color: #FABBC5;
}
</style>
background-color css
<style>
a { background-color: #FABBC5; }
a { background-color: rgb(250,187,197); }
div.DivClassName
{
background-color: #FABBC5;
}
.BgClassName
{
background-color: #FABBC5;
}
</style>
border-color css
<style>
span { border-color: #FABBC5; }
span { border-color: rgb(250,187,197); }
td.TdClassName
{
border-color: #FABBC5;
}
.TagClassName
{
border-color: #FABBC5;
}
</style>