Shades of Pink #FABBCA
Tints of Pink #FABBCA
RGB
CMYK
RGB Variations
Color information
#FABBCA (or 0xFABBCA) is known color: Pink. HEX triplet: FA, BB and CA. RGB value is (250,187,202). Sum of RGB (Red+Green+Blue) = 250+187+202=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCA is #054435. Grayscale: #CFCFCF. Windows color (decimal): -345142 or 13286394. OLE color: 13286394.
HSL color Cylindrical-coordinate representation of color #FABBCA: hue angle of 345.71º 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 #FABBCA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 202 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.02 |
| HSL | 345.71º | 0.86% | 0.86% | - |
| HSV(B) | 345.71º | 0.25% | 0.98% | - |
| XYZ | 67.86 | 60.13 | 63.91 | - |
| YUV | 207.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 202 | 0 | 0.25 | 0.19 | 0.02 | 345.71 | 0.86 | 0.86 |
| Hex | FA | BB | CA | 0 | 19 | 13 | 2 | 15A | 56 | 56 |
| Octal | 372 | 273 | 312 | 0 | 31 | 23 | 2 | 532 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11001010 | 0 | 11001 | 10011 | 10 | 101011010 | 1010110 | 1010110 |
Color Harmonies of #FABBCA
Complementary color
Monochromatic Colors of #FABBCA
Black with #FABBCA
Text Example
Text Example
White with #FABBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBCA; }
p { color: rgb(250,187,202); }
H1.HeaderClassName
{
color: #FABBCA;
}
.AnyTagClassName
{
color: #FABBCA;
}
</style>
background-color css
<style>
a { background-color: #FABBCA; }
a { background-color: rgb(250,187,202); }
div.DivClassName
{
background-color: #FABBCA;
}
.BgClassName
{
background-color: #FABBCA;
}
</style>
border-color css
<style>
span { border-color: #FABBCA; }
span { border-color: rgb(250,187,202); }
td.TdClassName
{
border-color: #FABBCA;
}
.TagClassName
{
border-color: #FABBCA;
}
</style>