Shades of Lavender Rose #FBAEDF
Tints of Lavender Rose #FBAEDF
RGB
CMYK
RGB Variations
Color information
#FBAEDF (or 0xFBAEDF) is known color: Lavender Rose. HEX triplet: FB, AE and DF. RGB value is (251,174,223). Sum of RGB (Red+Green+Blue) = 251+174+223=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDF is #045120. Grayscale: #CACACA. Windows color (decimal): -282913 or 14659323. OLE color: 14659323.
HSL color Cylindrical-coordinate representation of color #FBAEDF: hue angle of 321.82º 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 #FBAEDF is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 223 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 321.82º | 0.91% | 0.83% | - |
| HSV(B) | 321.82º | 0.31% | 0.98% | - |
| XYZ | 68.24 | 56.11 | 77.05 | - |
| YUV | 202.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 223 | 0 | 0.31 | 0.11 | 0.02 | 321.82 | 0.91 | 0.83 |
| Hex | FB | AE | DF | 0 | 1F | B | 2 | 142 | 5B | 53 |
| Octal | 373 | 256 | 337 | 0 | 37 | 13 | 2 | 502 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11011111 | 0 | 11111 | 1011 | 10 | 101000010 | 1011011 | 1010011 |
Color Harmonies of #FBAEDF
Complementary color
Monochromatic Colors of #FBAEDF
Black with #FBAEDF
Text Example
Text Example
White with #FBAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEDF; }
p { color: rgb(251,174,223); }
H1.HeaderClassName
{
color: #FBAEDF;
}
.AnyTagClassName
{
color: #FBAEDF;
}
</style>
background-color css
<style>
a { background-color: #FBAEDF; }
a { background-color: rgb(251,174,223); }
div.DivClassName
{
background-color: #FBAEDF;
}
.BgClassName
{
background-color: #FBAEDF;
}
</style>
border-color css
<style>
span { border-color: #FBAEDF; }
span { border-color: rgb(251,174,223); }
td.TdClassName
{
border-color: #FBAEDF;
}
.TagClassName
{
border-color: #FBAEDF;
}
</style>