Shades of Light Pink #FBAEB5
Tints of Light Pink #FBAEB5
RGB
CMYK
RGB Variations
Color information
#FBAEB5 (or 0xFBAEB5) is known color: Light Pink. HEX triplet: FB, AE and B5. RGB value is (251,174,181). Sum of RGB (Red+Green+Blue) = 251+174+181=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB5 is #04514A. Grayscale: #C5C5C5. Windows color (decimal): -282955 or 11906811. OLE color: 11906811.
HSL color Cylindrical-coordinate representation of color #FBAEB5: hue angle of 354.55º 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 #FBAEB5 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 181 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 354.55º | 0.91% | 0.83% | - |
| HSV(B) | 354.55º | 0.31% | 0.98% | - |
| XYZ | 63.26 | 54.12 | 50.83 | - |
| YUV | 197.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 181 | 0 | 0.31 | 0.28 | 0.02 | 354.55 | 0.91 | 0.83 |
| Hex | FB | AE | B5 | 0 | 1F | 1C | 2 | 163 | 5B | 53 |
| Octal | 373 | 256 | 265 | 0 | 37 | 34 | 2 | 543 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10110101 | 0 | 11111 | 11100 | 10 | 101100011 | 1011011 | 1010011 |
Color Harmonies of #FBAEB5
Complementary color
Monochromatic Colors of #FBAEB5
Black with #FBAEB5
Text Example
Text Example
White with #FBAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB5; }
p { color: rgb(251,174,181); }
H1.HeaderClassName
{
color: #FBAEB5;
}
.AnyTagClassName
{
color: #FBAEB5;
}
</style>
background-color css
<style>
a { background-color: #FBAEB5; }
a { background-color: rgb(251,174,181); }
div.DivClassName
{
background-color: #FBAEB5;
}
.BgClassName
{
background-color: #FBAEB5;
}
</style>
border-color css
<style>
span { border-color: #FBAEB5; }
span { border-color: rgb(251,174,181); }
td.TdClassName
{
border-color: #FBAEB5;
}
.TagClassName
{
border-color: #FBAEB5;
}
</style>