Shades of Pink #FABFCB
Tints of Pink #FABFCB
RGB
CMYK
RGB Variations
Color information
#FABFCB (or 0xFABFCB) is known color: Pink. HEX triplet: FA, BF and CB. RGB value is (250,191,203). Sum of RGB (Red+Green+Blue) = 250+191+203=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCB is #054034. Grayscale: #D2D2D2. Windows color (decimal): -344117 or 13352954. OLE color: 13352954.
HSL color Cylindrical-coordinate representation of color #FABFCB: hue angle of 347.8º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFCB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 203 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 347.8º | 0.86% | 0.86% | - |
| HSV(B) | 347.8º | 0.24% | 0.98% | - |
| XYZ | 68.83 | 61.9 | 64.82 | - |
| YUV | 210.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 203 | 0 | 0.24 | 0.19 | 0.02 | 347.8 | 0.86 | 0.86 |
| Hex | FA | BF | CB | 0 | 18 | 13 | 2 | 15C | 56 | 56 |
| Octal | 372 | 277 | 313 | 0 | 30 | 23 | 2 | 534 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11001011 | 0 | 11000 | 10011 | 10 | 101011100 | 1010110 | 1010110 |
Color Harmonies of #FABFCB
Complementary color
Monochromatic Colors of #FABFCB
Black with #FABFCB
Text Example
Text Example
White with #FABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFCB; }
p { color: rgb(250,191,203); }
H1.HeaderClassName
{
color: #FABFCB;
}
.AnyTagClassName
{
color: #FABFCB;
}
</style>
background-color css
<style>
a { background-color: #FABFCB; }
a { background-color: rgb(250,191,203); }
div.DivClassName
{
background-color: #FABFCB;
}
.BgClassName
{
background-color: #FABFCB;
}
</style>
border-color css
<style>
span { border-color: #FABFCB; }
span { border-color: rgb(250,191,203); }
td.TdClassName
{
border-color: #FABFCB;
}
.TagClassName
{
border-color: #FABFCB;
}
</style>