Shades of Light Pink #FBAEBC
Tints of Light Pink #FBAEBC
RGB
CMYK
RGB Variations
Color information
#FBAEBC (or 0xFBAEBC) is known color: Light Pink. HEX triplet: FB, AE and BC. RGB value is (251,174,188). Sum of RGB (Red+Green+Blue) = 251+174+188=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBC is #045143. Grayscale: #C6C6C6. Windows color (decimal): -282948 or 12365563. OLE color: 12365563.
HSL color Cylindrical-coordinate representation of color #FBAEBC: hue angle of 349.09º 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 #FBAEBC is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 188 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 349.09º | 0.91% | 0.83% | - |
| HSV(B) | 349.09º | 0.31% | 0.98% | - |
| XYZ | 64 | 54.41 | 54.71 | - |
| YUV | 198.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 188 | 0 | 0.31 | 0.25 | 0.02 | 349.09 | 0.91 | 0.83 |
| Hex | FB | AE | BC | 0 | 1F | 19 | 2 | 15D | 5B | 53 |
| Octal | 373 | 256 | 274 | 0 | 37 | 31 | 2 | 535 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111100 | 0 | 11111 | 11001 | 10 | 101011101 | 1011011 | 1010011 |
Color Harmonies of #FBAEBC
Complementary color
Monochromatic Colors of #FBAEBC
Black with #FBAEBC
Text Example
Text Example
White with #FBAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEBC; }
p { color: rgb(251,174,188); }
H1.HeaderClassName
{
color: #FBAEBC;
}
.AnyTagClassName
{
color: #FBAEBC;
}
</style>
background-color css
<style>
a { background-color: #FBAEBC; }
a { background-color: rgb(251,174,188); }
div.DivClassName
{
background-color: #FBAEBC;
}
.BgClassName
{
background-color: #FBAEBC;
}
</style>
border-color css
<style>
span { border-color: #FBAEBC; }
span { border-color: rgb(251,174,188); }
td.TdClassName
{
border-color: #FBAEBC;
}
.TagClassName
{
border-color: #FBAEBC;
}
</style>