Shades of Light Pink #FBAEB7
Tints of Light Pink #FBAEB7
RGB
CMYK
RGB Variations
Color information
#FBAEB7 (or 0xFBAEB7) is known color: Light Pink. HEX triplet: FB, AE and B7. RGB value is (251,174,183). Sum of RGB (Red+Green+Blue) = 251+174+183=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB7 is #045148. Grayscale: #C6C6C6. Windows color (decimal): -282953 or 12037883. OLE color: 12037883.
HSL color Cylindrical-coordinate representation of color #FBAEB7: hue angle of 352.99º 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 #FBAEB7 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 183 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.99º | 0.91% | 0.83% | - |
| HSV(B) | 352.99º | 0.31% | 0.98% | - |
| XYZ | 63.47 | 54.2 | 51.92 | - |
| YUV | 198.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 183 | 0 | 0.31 | 0.27 | 0.02 | 352.99 | 0.91 | 0.83 |
| Hex | FB | AE | B7 | 0 | 1F | 1B | 2 | 161 | 5B | 53 |
| Octal | 373 | 256 | 267 | 0 | 37 | 33 | 2 | 541 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10110111 | 0 | 11111 | 11011 | 10 | 101100001 | 1011011 | 1010011 |
Color Harmonies of #FBAEB7
Complementary color
Monochromatic Colors of #FBAEB7
Black with #FBAEB7
Text Example
Text Example
White with #FBAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB7; }
p { color: rgb(251,174,183); }
H1.HeaderClassName
{
color: #FBAEB7;
}
.AnyTagClassName
{
color: #FBAEB7;
}
</style>
background-color css
<style>
a { background-color: #FBAEB7; }
a { background-color: rgb(251,174,183); }
div.DivClassName
{
background-color: #FBAEB7;
}
.BgClassName
{
background-color: #FBAEB7;
}
</style>
border-color css
<style>
span { border-color: #FBAEB7; }
span { border-color: rgb(251,174,183); }
td.TdClassName
{
border-color: #FBAEB7;
}
.TagClassName
{
border-color: #FBAEB7;
}
</style>