Shades of Light Pink #FBAEB8
Tints of Light Pink #FBAEB8
RGB
CMYK
RGB Variations
Color information
#FBAEB8 (or 0xFBAEB8) is known color: Light Pink. HEX triplet: FB, AE and B8. RGB value is (251,174,184). Sum of RGB (Red+Green+Blue) = 251+174+184=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB8 is #045147. Grayscale: #C6C6C6. Windows color (decimal): -282952 or 12103419. OLE color: 12103419.
HSL color Cylindrical-coordinate representation of color #FBAEB8: hue angle of 352.21º 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 #FBAEB8 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 184 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.21º | 0.91% | 0.83% | - |
| HSV(B) | 352.21º | 0.31% | 0.98% | - |
| XYZ | 63.57 | 54.24 | 52.47 | - |
| YUV | 198.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 184 | 0 | 0.31 | 0.27 | 0.02 | 352.21 | 0.91 | 0.83 |
| Hex | FB | AE | B8 | 0 | 1F | 1B | 2 | 160 | 5B | 53 |
| Octal | 373 | 256 | 270 | 0 | 37 | 33 | 2 | 540 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111000 | 0 | 11111 | 11011 | 10 | 101100000 | 1011011 | 1010011 |
Color Harmonies of #FBAEB8
Complementary color
Monochromatic Colors of #FBAEB8
Black with #FBAEB8
Text Example
Text Example
White with #FBAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB8; }
p { color: rgb(251,174,184); }
H1.HeaderClassName
{
color: #FBAEB8;
}
.AnyTagClassName
{
color: #FBAEB8;
}
</style>
background-color css
<style>
a { background-color: #FBAEB8; }
a { background-color: rgb(251,174,184); }
div.DivClassName
{
background-color: #FBAEB8;
}
.BgClassName
{
background-color: #FBAEB8;
}
</style>
border-color css
<style>
span { border-color: #FBAEB8; }
span { border-color: rgb(251,174,184); }
td.TdClassName
{
border-color: #FBAEB8;
}
.TagClassName
{
border-color: #FBAEB8;
}
</style>