Shades of Lavender Rose #FBACE4
Tints of Lavender Rose #FBACE4
RGB
CMYK
RGB Variations
Color information
#FBACE4 (or 0xFBACE4) is known color: Lavender Rose. HEX triplet: FB, AC and E4. RGB value is (251,172,228). Sum of RGB (Red+Green+Blue) = 251+172+228=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACE4 is #04531B. Grayscale: #C9C9C9. Windows color (decimal): -283420 or 14986491. OLE color: 14986491.
HSL color Cylindrical-coordinate representation of color #FBACE4: hue angle of 317.47º 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 #FBACE4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 172 | 228 | - |
CMYK | 0 | 0.31 | 0.09 | 0.02 |
HSL | 317.47º | 0.91% | 0.83% | - |
HSV(B) | 317.47º | 0.31% | 0.98% | - |
XYZ | 68.54 | 55.62 | 80.52 | - |
YUV | 202.01 | 142.67 | 162.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 172 | 228 | 0 | 0.31 | 0.09 | 0.02 | 317.47 | 0.91 | 0.83 |
Hex | FB | AC | E4 | 0 | 1F | 9 | 2 | 13D | 5B | 53 |
Octal | 373 | 254 | 344 | 0 | 37 | 11 | 2 | 475 | 133 | 123 |
Binary | 11111011 | 10101100 | 11100100 | 0 | 11111 | 1001 | 10 | 100111101 | 1011011 | 1010011 |
Color Harmonies of #FBACE4
Complementary color
Monochromatic Colors of #FBACE4
Black with #FBACE4
Text Example
Text Example
White with #FBACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACE4; }
p { color: rgb(251,172,228); }
H1.HeaderClassName
{
color: #FBACE4;
}
.AnyTagClassName
{
color: #FBACE4;
}
</style>
background-color css
<style>
a { background-color: #FBACE4; }
a { background-color: rgb(251,172,228); }
div.DivClassName
{
background-color: #FBACE4;
}
.BgClassName
{
background-color: #FBACE4;
}
</style>
border-color css
<style>
span { border-color: #FBACE4; }
span { border-color: rgb(251,172,228); }
td.TdClassName
{
border-color: #FBACE4;
}
.TagClassName
{
border-color: #FBACE4;
}
</style>