Shades of Your Pink #FABEBD
Tints of Your Pink #FABEBD
RGB
CMYK
RGB Variations
Color information
#FABEBD (or 0xFABEBD) is known color: Your Pink. HEX triplet: FA, BE and BD. RGB value is (250,190,189). Sum of RGB (Red+Green+Blue) = 250+190+189=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEBD is #054142. Grayscale: #CFCFCF. Windows color (decimal): -344387 or 12435194. OLE color: 12435194.
HSL color Cylindrical-coordinate representation of color #FABEBD: hue angle of 0.98º 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 #FABEBD is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 189 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.02 |
| HSL | 0.98º | 0.86% | 0.86% | - |
| HSV(B) | 0.98º | 0.24% | 0.98% | - |
| XYZ | 67.02 | 60.83 | 56.35 | - |
| YUV | 207.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 189 | 0 | 0.24 | 0.24 | 0.02 | 0.98 | 0.86 | 0.86 |
| Hex | FA | BE | BD | 0 | 18 | 18 | 2 | 1 | 56 | 56 |
| Octal | 372 | 276 | 275 | 0 | 30 | 30 | 2 | 1 | 126 | 126 |
| Binary | 11111010 | 10111110 | 10111101 | 0 | 11000 | 11000 | 10 | 1 | 1010110 | 1010110 |
Color Harmonies of #FABEBD
Complementary color
Monochromatic Colors of #FABEBD
Black with #FABEBD
Text Example
Text Example
White with #FABEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEBD; }
p { color: rgb(250,190,189); }
H1.HeaderClassName
{
color: #FABEBD;
}
.AnyTagClassName
{
color: #FABEBD;
}
</style>
background-color css
<style>
a { background-color: #FABEBD; }
a { background-color: rgb(250,190,189); }
div.DivClassName
{
background-color: #FABEBD;
}
.BgClassName
{
background-color: #FABEBD;
}
</style>
border-color css
<style>
span { border-color: #FABEBD; }
span { border-color: rgb(250,190,189); }
td.TdClassName
{
border-color: #FABEBD;
}
.TagClassName
{
border-color: #FABEBD;
}
</style>