Shades of Light Pink #FBAEB0
Tints of Light Pink #FBAEB0
RGB
CMYK
RGB Variations
Color information
#FBAEB0 (or 0xFBAEB0) is known color: Light Pink. HEX triplet: FB, AE and B0. RGB value is (251,174,176). Sum of RGB (Red+Green+Blue) = 251+174+176=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEB0 is #04514F. Grayscale: #C5C5C5. Windows color (decimal): -282960 or 11579131. OLE color: 11579131.
HSL color Cylindrical-coordinate representation of color #FBAEB0: hue angle of 358.44º 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 #FBAEB0 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 176 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.02 |
| HSL | 358.44º | 0.91% | 0.83% | - |
| HSV(B) | 358.44º | 0.31% | 0.98% | - |
| XYZ | 62.76 | 53.92 | 48.17 | - |
| YUV | 197.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 176 | 0 | 0.31 | 0.30 | 0.02 | 358.44 | 0.91 | 0.83 |
| Hex | FB | AE | B0 | 0 | 1F | 1E | 2 | 166 | 5B | 53 |
| Octal | 373 | 256 | 260 | 0 | 37 | 36 | 2 | 546 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10110000 | 0 | 11111 | 11110 | 10 | 101100110 | 1011011 | 1010011 |
Color Harmonies of #FBAEB0
Complementary color
Monochromatic Colors of #FBAEB0
Black with #FBAEB0
Text Example
Text Example
White with #FBAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB0; }
p { color: rgb(251,174,176); }
H1.HeaderClassName
{
color: #FBAEB0;
}
.AnyTagClassName
{
color: #FBAEB0;
}
</style>
background-color css
<style>
a { background-color: #FBAEB0; }
a { background-color: rgb(251,174,176); }
div.DivClassName
{
background-color: #FBAEB0;
}
.BgClassName
{
background-color: #FBAEB0;
}
</style>
border-color css
<style>
span { border-color: #FBAEB0; }
span { border-color: rgb(251,174,176); }
td.TdClassName
{
border-color: #FBAEB0;
}
.TagClassName
{
border-color: #FBAEB0;
}
</style>