Shades of Pink #FABBC8
Tints of Pink #FABBC8
RGB
CMYK
RGB Variations
Color information
#FABBC8 (or 0xFABBC8) is known color: Pink. HEX triplet: FA, BB and C8. RGB value is (250,187,200). Sum of RGB (Red+Green+Blue) = 250+187+200=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC8 is #054437. Grayscale: #CFCFCF. Windows color (decimal): -345144 or 13155322. OLE color: 13155322.
HSL color Cylindrical-coordinate representation of color #FABBC8: hue angle of 347.62º 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 #FABBC8 is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 200 | - |
| CMYK | 0 | 0.25 | 0.2 | 0.02 |
| HSL | 347.62º | 0.86% | 0.86% | - |
| HSV(B) | 347.62º | 0.25% | 0.98% | - |
| XYZ | 67.62 | 60.03 | 62.67 | - |
| YUV | 207.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 200 | 0 | 0.25 | 0.2 | 0.02 | 347.62 | 0.86 | 0.86 |
| Hex | FA | BB | C8 | 0 | 19 | 14 | 2 | 15C | 56 | 56 |
| Octal | 372 | 273 | 310 | 0 | 31 | 24 | 2 | 534 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11001000 | 0 | 11001 | 10100 | 10 | 101011100 | 1010110 | 1010110 |
Color Harmonies of #FABBC8
Complementary color
Monochromatic Colors of #FABBC8
Black with #FABBC8
Text Example
Text Example
White with #FABBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC8; }
p { color: rgb(250,187,200); }
H1.HeaderClassName
{
color: #FABBC8;
}
.AnyTagClassName
{
color: #FABBC8;
}
</style>
background-color css
<style>
a { background-color: #FABBC8; }
a { background-color: rgb(250,187,200); }
div.DivClassName
{
background-color: #FABBC8;
}
.BgClassName
{
background-color: #FABBC8;
}
</style>
border-color css
<style>
span { border-color: #FABBC8; }
span { border-color: rgb(250,187,200); }
td.TdClassName
{
border-color: #FABBC8;
}
.TagClassName
{
border-color: #FABBC8;
}
</style>