Shades of Lavender Rose #FBACE0
Tints of Lavender Rose #FBACE0
RGB
CMYK
RGB Variations
Color information
#FBACE0 (or 0xFBACE0) is known color: Lavender Rose. HEX triplet: FB, AC and E0. RGB value is (251,172,224). Sum of RGB (Red+Green+Blue) = 251+172+224=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACE0 is #04531F. Grayscale: #C9C9C9. Windows color (decimal): -283424 or 14724347. OLE color: 14724347.
HSL color Cylindrical-coordinate representation of color #FBACE0: hue angle of 320.51º 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 #FBACE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 224 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 320.51º | 0.91% | 0.83% | - |
| HSV(B) | 320.51º | 0.31% | 0.98% | - |
| XYZ | 67.99 | 55.4 | 77.63 | - |
| YUV | 201.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 224 | 0 | 0.31 | 0.11 | 0.02 | 320.51 | 0.91 | 0.83 |
| Hex | FB | AC | E0 | 0 | 1F | B | 2 | 141 | 5B | 53 |
| Octal | 373 | 254 | 340 | 0 | 37 | 13 | 2 | 501 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11100000 | 0 | 11111 | 1011 | 10 | 101000001 | 1011011 | 1010011 |
Color Harmonies of #FBACE0
Complementary color
Monochromatic Colors of #FBACE0
Black with #FBACE0
Text Example
Text Example
White with #FBACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACE0; }
p { color: rgb(251,172,224); }
H1.HeaderClassName
{
color: #FBACE0;
}
.AnyTagClassName
{
color: #FBACE0;
}
</style>
background-color css
<style>
a { background-color: #FBACE0; }
a { background-color: rgb(251,172,224); }
div.DivClassName
{
background-color: #FBACE0;
}
.BgClassName
{
background-color: #FBACE0;
}
</style>
border-color css
<style>
span { border-color: #FBACE0; }
span { border-color: rgb(251,172,224); }
td.TdClassName
{
border-color: #FBACE0;
}
.TagClassName
{
border-color: #FBACE0;
}
</style>