Shades of Pink #FABBC9
Tints of Pink #FABBC9
RGB
CMYK
RGB Variations
Color information
#FABBC9 (or 0xFABBC9) is known color: Pink. HEX triplet: FA, BB and C9. RGB value is (250,187,201). Sum of RGB (Red+Green+Blue) = 250+187+201=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC9 is #054436. Grayscale: #CFCFCF. Windows color (decimal): -345143 or 13220858. OLE color: 13220858.
HSL color Cylindrical-coordinate representation of color #FABBC9: hue angle of 346.67º 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 #FABBC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 201 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 346.67º | 0.86% | 0.86% | - |
| HSV(B) | 346.67º | 0.25% | 0.98% | - |
| XYZ | 67.74 | 60.08 | 63.29 | - |
| YUV | 207.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 201 | 0 | 0.25 | 0.20 | 0.02 | 346.67 | 0.86 | 0.86 |
| Hex | FA | BB | C9 | 0 | 19 | 14 | 2 | 15B | 56 | 56 |
| Octal | 372 | 273 | 311 | 0 | 31 | 24 | 2 | 533 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11001001 | 0 | 11001 | 10100 | 10 | 101011011 | 1010110 | 1010110 |
Color Harmonies of #FABBC9
Complementary color
Monochromatic Colors of #FABBC9
Black with #FABBC9
Text Example
Text Example
White with #FABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC9; }
p { color: rgb(250,187,201); }
H1.HeaderClassName
{
color: #FABBC9;
}
.AnyTagClassName
{
color: #FABBC9;
}
</style>
background-color css
<style>
a { background-color: #FABBC9; }
a { background-color: rgb(250,187,201); }
div.DivClassName
{
background-color: #FABBC9;
}
.BgClassName
{
background-color: #FABBC9;
}
</style>
border-color css
<style>
span { border-color: #FABBC9; }
span { border-color: rgb(250,187,201); }
td.TdClassName
{
border-color: #FABBC9;
}
.TagClassName
{
border-color: #FABBC9;
}
</style>