Shades of Pink #FABDC8
Tints of Pink #FABDC8
RGB
CMYK
RGB Variations
Color information
#FABDC8 (or 0xFABDC8) is known color: Pink. HEX triplet: FA, BD and C8. RGB value is (250,189,200). Sum of RGB (Red+Green+Blue) = 250+189+200=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC8 is #054237. Grayscale: #D0D0D0. Windows color (decimal): -344632 or 13155834. OLE color: 13155834.
HSL color Cylindrical-coordinate representation of color #FABDC8: hue angle of 349.18º 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 #FABDC8 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 200 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.02 |
| HSL | 349.18º | 0.86% | 0.86% | - |
| HSV(B) | 349.18º | 0.24% | 0.98% | - |
| XYZ | 68.05 | 60.89 | 62.81 | - |
| YUV | 208.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 200 | 0 | 0.24 | 0.2 | 0.02 | 349.18 | 0.86 | 0.86 |
| Hex | FA | BD | C8 | 0 | 18 | 14 | 2 | 15D | 56 | 56 |
| Octal | 372 | 275 | 310 | 0 | 30 | 24 | 2 | 535 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11001000 | 0 | 11000 | 10100 | 10 | 101011101 | 1010110 | 1010110 |
Color Harmonies of #FABDC8
Complementary color
Monochromatic Colors of #FABDC8
Black with #FABDC8
Text Example
Text Example
White with #FABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDC8; }
p { color: rgb(250,189,200); }
H1.HeaderClassName
{
color: #FABDC8;
}
.AnyTagClassName
{
color: #FABDC8;
}
</style>
background-color css
<style>
a { background-color: #FABDC8; }
a { background-color: rgb(250,189,200); }
div.DivClassName
{
background-color: #FABDC8;
}
.BgClassName
{
background-color: #FABDC8;
}
</style>
border-color css
<style>
span { border-color: #FABDC8; }
span { border-color: rgb(250,189,200); }
td.TdClassName
{
border-color: #FABDC8;
}
.TagClassName
{
border-color: #FABDC8;
}
</style>