Shades of Light Pink #FBAEBD
Tints of Light Pink #FBAEBD
RGB
CMYK
RGB Variations
Color information
#FBAEBD (or 0xFBAEBD) is known color: Light Pink. HEX triplet: FB, AE and BD. RGB value is (251,174,189). Sum of RGB (Red+Green+Blue) = 251+174+189=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBD is #045142. Grayscale: #C6C6C6. Windows color (decimal): -282947 or 12431099. OLE color: 12431099.
HSL color Cylindrical-coordinate representation of color #FBAEBD: hue angle of 348.31º 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 #FBAEBD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 189 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 348.31º | 0.91% | 0.83% | - |
| HSV(B) | 348.31º | 0.31% | 0.98% | - |
| XYZ | 64.11 | 54.46 | 55.28 | - |
| YUV | 198.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 189 | 0 | 0.31 | 0.25 | 0.02 | 348.31 | 0.91 | 0.83 |
| Hex | FB | AE | BD | 0 | 1F | 19 | 2 | 15C | 5B | 53 |
| Octal | 373 | 256 | 275 | 0 | 37 | 31 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111101 | 0 | 11111 | 11001 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBAEBD
Complementary color
Monochromatic Colors of #FBAEBD
Black with #FBAEBD
Text Example
Text Example
White with #FBAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEBD; }
p { color: rgb(251,174,189); }
H1.HeaderClassName
{
color: #FBAEBD;
}
.AnyTagClassName
{
color: #FBAEBD;
}
</style>
background-color css
<style>
a { background-color: #FBAEBD; }
a { background-color: rgb(251,174,189); }
div.DivClassName
{
background-color: #FBAEBD;
}
.BgClassName
{
background-color: #FBAEBD;
}
</style>
border-color css
<style>
span { border-color: #FBAEBD; }
span { border-color: rgb(251,174,189); }
td.TdClassName
{
border-color: #FBAEBD;
}
.TagClassName
{
border-color: #FBAEBD;
}
</style>