Shades of Pink #FABCCB
Tints of Pink #FABCCB
RGB
CMYK
RGB Variations
Color information
#FABCCB (or 0xFABCCB) is known color: Pink. HEX triplet: FA, BC and CB. RGB value is (250,188,203). Sum of RGB (Red+Green+Blue) = 250+188+203=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCB is #054334. Grayscale: #D0D0D0. Windows color (decimal): -344885 or 13352186. OLE color: 13352186.
HSL color Cylindrical-coordinate representation of color #FABCCB: hue angle of 345.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 #FABCCB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 203 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.02 |
| HSL | 345.48º | 0.86% | 0.86% | - |
| HSV(B) | 345.48º | 0.25% | 0.98% | - |
| XYZ | 68.19 | 60.6 | 64.6 | - |
| YUV | 208.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 203 | 0 | 0.25 | 0.19 | 0.02 | 345.48 | 0.86 | 0.86 |
| Hex | FA | BC | CB | 0 | 19 | 13 | 2 | 159 | 56 | 56 |
| Octal | 372 | 274 | 313 | 0 | 31 | 23 | 2 | 531 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11001011 | 0 | 11001 | 10011 | 10 | 101011001 | 1010110 | 1010110 |
Color Harmonies of #FABCCB
Complementary color
Monochromatic Colors of #FABCCB
Black with #FABCCB
Text Example
Text Example
White with #FABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCCB; }
p { color: rgb(250,188,203); }
H1.HeaderClassName
{
color: #FABCCB;
}
.AnyTagClassName
{
color: #FABCCB;
}
</style>
background-color css
<style>
a { background-color: #FABCCB; }
a { background-color: rgb(250,188,203); }
div.DivClassName
{
background-color: #FABCCB;
}
.BgClassName
{
background-color: #FABCCB;
}
</style>
border-color css
<style>
span { border-color: #FABCCB; }
span { border-color: rgb(250,188,203); }
td.TdClassName
{
border-color: #FABCCB;
}
.TagClassName
{
border-color: #FABCCB;
}
</style>