Shades of Lavender Pink #FBAECC
Tints of Lavender Pink #FBAECC
RGB
CMYK
RGB Variations
Color information
#FBAECC (or 0xFBAECC) is known color: Lavender Pink. HEX triplet: FB, AE and CC. RGB value is (251,174,204). Sum of RGB (Red+Green+Blue) = 251+174+204=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAECC is #045133. Grayscale: #C8C8C8. Windows color (decimal): -282932 or 13414139. OLE color: 13414139.
HSL color Cylindrical-coordinate representation of color #FBAECC: hue angle of 336.62º 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 #FBAECC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 204 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.02 |
| HSL | 336.62º | 0.91% | 0.83% | - |
| HSV(B) | 336.62º | 0.31% | 0.98% | - |
| XYZ | 65.82 | 55.14 | 64.3 | - |
| YUV | 200.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 204 | 0 | 0.31 | 0.19 | 0.02 | 336.62 | 0.91 | 0.83 |
| Hex | FB | AE | CC | 0 | 1F | 13 | 2 | 151 | 5B | 53 |
| Octal | 373 | 256 | 314 | 0 | 37 | 23 | 2 | 521 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11001100 | 0 | 11111 | 10011 | 10 | 101010001 | 1011011 | 1010011 |
Color Harmonies of #FBAECC
Complementary color
Monochromatic Colors of #FBAECC
Black with #FBAECC
Text Example
Text Example
White with #FBAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAECC; }
p { color: rgb(251,174,204); }
H1.HeaderClassName
{
color: #FBAECC;
}
.AnyTagClassName
{
color: #FBAECC;
}
</style>
background-color css
<style>
a { background-color: #FBAECC; }
a { background-color: rgb(251,174,204); }
div.DivClassName
{
background-color: #FBAECC;
}
.BgClassName
{
background-color: #FBAECC;
}
</style>
border-color css
<style>
span { border-color: #FBAECC; }
span { border-color: rgb(251,174,204); }
td.TdClassName
{
border-color: #FBAECC;
}
.TagClassName
{
border-color: #FBAECC;
}
</style>