Shades of Pink #FABFCC
Tints of Pink #FABFCC
RGB
CMYK
RGB Variations
Color information
#FABFCC (or 0xFABFCC) is known color: Pink. HEX triplet: FA, BF and CC. RGB value is (250,191,204). Sum of RGB (Red+Green+Blue) = 250+191+204=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCC is #054033. Grayscale: #D2D2D2. Windows color (decimal): -344116 or 13418490. OLE color: 13418490.
HSL color Cylindrical-coordinate representation of color #FABFCC: hue angle of 346.78º 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 #FABFCC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 204 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 346.78º | 0.86% | 0.86% | - |
| HSV(B) | 346.78º | 0.24% | 0.98% | - |
| XYZ | 68.95 | 61.95 | 65.45 | - |
| YUV | 210.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 204 | 0 | 0.24 | 0.18 | 0.02 | 346.78 | 0.86 | 0.86 |
| Hex | FA | BF | CC | 0 | 18 | 12 | 2 | 15B | 56 | 56 |
| Octal | 372 | 277 | 314 | 0 | 30 | 22 | 2 | 533 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11001100 | 0 | 11000 | 10010 | 10 | 101011011 | 1010110 | 1010110 |
Color Harmonies of #FABFCC
Complementary color
Monochromatic Colors of #FABFCC
Black with #FABFCC
Text Example
Text Example
White with #FABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFCC; }
p { color: rgb(250,191,204); }
H1.HeaderClassName
{
color: #FABFCC;
}
.AnyTagClassName
{
color: #FABFCC;
}
</style>
background-color css
<style>
a { background-color: #FABFCC; }
a { background-color: rgb(250,191,204); }
div.DivClassName
{
background-color: #FABFCC;
}
.BgClassName
{
background-color: #FABFCC;
}
</style>
border-color css
<style>
span { border-color: #FABFCC; }
span { border-color: rgb(250,191,204); }
td.TdClassName
{
border-color: #FABFCC;
}
.TagClassName
{
border-color: #FABFCC;
}
</style>