Shades of Light Pink #FBAEBA
Tints of Light Pink #FBAEBA
RGB
CMYK
RGB Variations
Color information
#FBAEBA (or 0xFBAEBA) is known color: Light Pink. HEX triplet: FB, AE and BA. RGB value is (251,174,186). Sum of RGB (Red+Green+Blue) = 251+174+186=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBA is #045145. Grayscale: #C6C6C6. Windows color (decimal): -282950 or 12234491. OLE color: 12234491.
HSL color Cylindrical-coordinate representation of color #FBAEBA: hue angle of 350.65º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEBA is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 186 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.02 |
| HSL | 350.65º | 0.91% | 0.83% | - |
| HSV(B) | 350.65º | 0.31% | 0.98% | - |
| XYZ | 63.78 | 54.33 | 53.58 | - |
| YUV | 198.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 186 | 0 | 0.31 | 0.26 | 0.02 | 350.65 | 0.91 | 0.83 |
| Hex | FB | AE | BA | 0 | 1F | 1A | 2 | 15F | 5B | 53 |
| Octal | 373 | 256 | 272 | 0 | 37 | 32 | 2 | 537 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111010 | 0 | 11111 | 11010 | 10 | 101011111 | 1011011 | 1010011 |
Color Harmonies of #FBAEBA
Complementary color
Monochromatic Colors of #FBAEBA
Black with #FBAEBA
Text Example
Text Example
White with #FBAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEBA; }
p { color: rgb(251,174,186); }
H1.HeaderClassName
{
color: #FBAEBA;
}
.AnyTagClassName
{
color: #FBAEBA;
}
</style>
background-color css
<style>
a { background-color: #FBAEBA; }
a { background-color: rgb(251,174,186); }
div.DivClassName
{
background-color: #FBAEBA;
}
.BgClassName
{
background-color: #FBAEBA;
}
</style>
border-color css
<style>
span { border-color: #FBAEBA; }
span { border-color: rgb(251,174,186); }
td.TdClassName
{
border-color: #FBAEBA;
}
.TagClassName
{
border-color: #FBAEBA;
}
</style>