Shades of Lavender Rose #FBA7DA
Tints of Lavender Rose #FBA7DA
RGB
CMYK
RGB Variations
Color information
#FBA7DA (or 0xFBA7DA) is known color: Lavender Rose. HEX triplet: FB, A7 and DA. RGB value is (251,167,218). Sum of RGB (Red+Green+Blue) = 251+167+218=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7DA is #045825. Grayscale: #C5C5C5. Windows color (decimal): -284710 or 14329851. OLE color: 14329851.
HSL color Cylindrical-coordinate representation of color #FBA7DA: hue angle of 323.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7DA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 218 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.02 |
| HSL | 323.57º | 0.91% | 0.82% | - |
| HSV(B) | 323.57º | 0.33% | 0.98% | - |
| XYZ | 66.26 | 53.21 | 73.11 | - |
| YUV | 197.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 218 | 0 | 0.33 | 0.13 | 0.02 | 323.57 | 0.91 | 0.82 |
| Hex | FB | A7 | DA | 0 | 21 | D | 2 | 144 | 5B | 52 |
| Octal | 373 | 247 | 332 | 0 | 41 | 15 | 2 | 504 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11011010 | 0 | 100001 | 1101 | 10 | 101000100 | 1011011 | 1010010 |
Color Harmonies of #FBA7DA
Complementary color
Monochromatic Colors of #FBA7DA
Black with #FBA7DA
Text Example
Text Example
White with #FBA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7DA; }
p { color: rgb(251,167,218); }
H1.HeaderClassName
{
color: #FBA7DA;
}
.AnyTagClassName
{
color: #FBA7DA;
}
</style>
background-color css
<style>
a { background-color: #FBA7DA; }
a { background-color: rgb(251,167,218); }
div.DivClassName
{
background-color: #FBA7DA;
}
.BgClassName
{
background-color: #FBA7DA;
}
</style>
border-color css
<style>
span { border-color: #FBA7DA; }
span { border-color: rgb(251,167,218); }
td.TdClassName
{
border-color: #FBA7DA;
}
.TagClassName
{
border-color: #FBA7DA;
}
</style>