Shades of Light Pink #FBAEB2
Tints of Light Pink #FBAEB2
RGB
CMYK
RGB Variations
Color information
#FBAEB2 (or 0xFBAEB2) is known color: Light Pink. HEX triplet: FB, AE and B2. RGB value is (251,174,178). Sum of RGB (Red+Green+Blue) = 251+174+178=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEB2 is #04514D. Grayscale: #C5C5C5. Windows color (decimal): -282958 or 11710203. OLE color: 11710203.
HSL color Cylindrical-coordinate representation of color #FBAEB2: hue angle of 356.88º 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 #FBAEB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 178 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.02 |
| HSL | 356.88º | 0.91% | 0.83% | - |
| HSV(B) | 356.88º | 0.31% | 0.98% | - |
| XYZ | 62.96 | 54 | 49.22 | - |
| YUV | 197.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 178 | 0 | 0.31 | 0.29 | 0.02 | 356.88 | 0.91 | 0.83 |
| Hex | FB | AE | B2 | 0 | 1F | 1D | 2 | 165 | 5B | 53 |
| Octal | 373 | 256 | 262 | 0 | 37 | 35 | 2 | 545 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10110010 | 0 | 11111 | 11101 | 10 | 101100101 | 1011011 | 1010011 |
Color Harmonies of #FBAEB2
Complementary color
Monochromatic Colors of #FBAEB2
Black with #FBAEB2
Text Example
Text Example
White with #FBAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB2; }
p { color: rgb(251,174,178); }
H1.HeaderClassName
{
color: #FBAEB2;
}
.AnyTagClassName
{
color: #FBAEB2;
}
</style>
background-color css
<style>
a { background-color: #FBAEB2; }
a { background-color: rgb(251,174,178); }
div.DivClassName
{
background-color: #FBAEB2;
}
.BgClassName
{
background-color: #FBAEB2;
}
</style>
border-color css
<style>
span { border-color: #FBAEB2; }
span { border-color: rgb(251,174,178); }
td.TdClassName
{
border-color: #FBAEB2;
}
.TagClassName
{
border-color: #FBAEB2;
}
</style>