Shades of Pink #FABBC6
Tints of Pink #FABBC6
RGB
CMYK
RGB Variations
Color information
#FABBC6 (or 0xFABBC6) is known color: Pink. HEX triplet: FA, BB and C6. RGB value is (250,187,198). Sum of RGB (Red+Green+Blue) = 250+187+198=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC6 is #054439. Grayscale: #CFCFCF. Windows color (decimal): -345146 or 13024250. OLE color: 13024250.
HSL color Cylindrical-coordinate representation of color #FABBC6: hue angle of 349.52º 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 #FABBC6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 198 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 349.52º | 0.86% | 0.86% | - |
| HSV(B) | 349.52º | 0.25% | 0.98% | - |
| XYZ | 67.39 | 59.94 | 61.44 | - |
| YUV | 207.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 198 | 0 | 0.25 | 0.21 | 0.02 | 349.52 | 0.86 | 0.86 |
| Hex | FA | BB | C6 | 0 | 19 | 15 | 2 | 15E | 56 | 56 |
| Octal | 372 | 273 | 306 | 0 | 31 | 25 | 2 | 536 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000110 | 0 | 11001 | 10101 | 10 | 101011110 | 1010110 | 1010110 |
Color Harmonies of #FABBC6
Complementary color
Monochromatic Colors of #FABBC6
Black with #FABBC6
Text Example
Text Example
White with #FABBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC6; }
p { color: rgb(250,187,198); }
H1.HeaderClassName
{
color: #FABBC6;
}
.AnyTagClassName
{
color: #FABBC6;
}
</style>
background-color css
<style>
a { background-color: #FABBC6; }
a { background-color: rgb(250,187,198); }
div.DivClassName
{
background-color: #FABBC6;
}
.BgClassName
{
background-color: #FABBC6;
}
</style>
border-color css
<style>
span { border-color: #FABBC6; }
span { border-color: rgb(250,187,198); }
td.TdClassName
{
border-color: #FABBC6;
}
.TagClassName
{
border-color: #FABBC6;
}
</style>