Shades of Light Pink #FBAEBE
Tints of Light Pink #FBAEBE
RGB
CMYK
RGB Variations
Color information
#FBAEBE (or 0xFBAEBE) is known color: Light Pink. HEX triplet: FB, AE and BE. RGB value is (251,174,190). Sum of RGB (Red+Green+Blue) = 251+174+190=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBE is #045141. Grayscale: #C6C6C6. Windows color (decimal): -282946 or 12496635. OLE color: 12496635.
HSL color Cylindrical-coordinate representation of color #FBAEBE: hue angle of 347.53º 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 #FBAEBE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 190 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 347.53º | 0.91% | 0.83% | - |
| HSV(B) | 347.53º | 0.31% | 0.98% | - |
| XYZ | 64.21 | 54.5 | 55.85 | - |
| YUV | 198.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 190 | 0 | 0.31 | 0.24 | 0.02 | 347.53 | 0.91 | 0.83 |
| Hex | FB | AE | BE | 0 | 1F | 18 | 2 | 15C | 5B | 53 |
| Octal | 373 | 256 | 276 | 0 | 37 | 30 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111110 | 0 | 11111 | 11000 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBAEBE
Complementary color
Monochromatic Colors of #FBAEBE
Black with #FBAEBE
Text Example
Text Example
White with #FBAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEBE; }
p { color: rgb(251,174,190); }
H1.HeaderClassName
{
color: #FBAEBE;
}
.AnyTagClassName
{
color: #FBAEBE;
}
</style>
background-color css
<style>
a { background-color: #FBAEBE; }
a { background-color: rgb(251,174,190); }
div.DivClassName
{
background-color: #FBAEBE;
}
.BgClassName
{
background-color: #FBAEBE;
}
</style>
border-color css
<style>
span { border-color: #FBAEBE; }
span { border-color: rgb(251,174,190); }
td.TdClassName
{
border-color: #FBAEBE;
}
.TagClassName
{
border-color: #FBAEBE;
}
</style>