Shades of Your Pink #FABEBB
Tints of Your Pink #FABEBB
RGB
CMYK
RGB Variations
Color information
#FABEBB (or 0xFABEBB) is known color: Your Pink. HEX triplet: FA, BE and BB. RGB value is (250,190,187). Sum of RGB (Red+Green+Blue) = 250+190+187=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEBB is #054144. Grayscale: #CFCFCF. Windows color (decimal): -344389 or 12304122. OLE color: 12304122.
HSL color Cylindrical-coordinate representation of color #FABEBB: hue angle of 2.86º 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 #FABEBB is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 187 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.02 |
| HSL | 2.86º | 0.86% | 0.86% | - |
| HSV(B) | 2.86º | 0.25% | 0.98% | - |
| XYZ | 66.81 | 60.74 | 55.22 | - |
| YUV | 207.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 187 | 0 | 0.24 | 0.25 | 0.02 | 2.86 | 0.86 | 0.86 |
| Hex | FA | BE | BB | 0 | 18 | 19 | 2 | 3 | 56 | 56 |
| Octal | 372 | 276 | 273 | 0 | 30 | 31 | 2 | 3 | 126 | 126 |
| Binary | 11111010 | 10111110 | 10111011 | 0 | 11000 | 11001 | 10 | 11 | 1010110 | 1010110 |
Color Harmonies of #FABEBB
Complementary color
Monochromatic Colors of #FABEBB
Black with #FABEBB
Text Example
Text Example
White with #FABEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEBB; }
p { color: rgb(250,190,187); }
H1.HeaderClassName
{
color: #FABEBB;
}
.AnyTagClassName
{
color: #FABEBB;
}
</style>
background-color css
<style>
a { background-color: #FABEBB; }
a { background-color: rgb(250,190,187); }
div.DivClassName
{
background-color: #FABEBB;
}
.BgClassName
{
background-color: #FABEBB;
}
</style>
border-color css
<style>
span { border-color: #FABEBB; }
span { border-color: rgb(250,190,187); }
td.TdClassName
{
border-color: #FABEBB;
}
.TagClassName
{
border-color: #FABEBB;
}
</style>