Shades of Lavender Rose #FBA8F8
Tints of Lavender Rose #FBA8F8
RGB
CMYK
RGB Variations
Color information
#FBA8F8 (or 0xFBA8F8) is known color: Lavender Rose. HEX triplet: FB, A8 and F8. RGB value is (251,168,248). Sum of RGB (Red+Green+Blue) = 251+168+248=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8F8 is #045707. Grayscale: #C9C9C9. Windows color (decimal): -284424 or 16296187. OLE color: 16296187.
HSL color Cylindrical-coordinate representation of color #FBA8F8: hue angle of 302.17º 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 #FBA8F8 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 248 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.02 |
| HSL | 302.17º | 0.91% | 0.82% | - |
| HSV(B) | 302.17º | 0.33% | 0.98% | - |
| XYZ | 70.73 | 55.29 | 95.75 | - |
| YUV | 201.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 248 | 0 | 0.33 | 0.01 | 0.02 | 302.17 | 0.91 | 0.82 |
| Hex | FB | A8 | F8 | 0 | 21 | 1 | 2 | 12E | 5B | 52 |
| Octal | 373 | 250 | 370 | 0 | 41 | 1 | 2 | 456 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11111000 | 0 | 100001 | 1 | 10 | 100101110 | 1011011 | 1010010 |
Color Harmonies of #FBA8F8
Complementary color
Monochromatic Colors of #FBA8F8
Black with #FBA8F8
Text Example
Text Example
White with #FBA8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8F8; }
p { color: rgb(251,168,248); }
H1.HeaderClassName
{
color: #FBA8F8;
}
.AnyTagClassName
{
color: #FBA8F8;
}
</style>
background-color css
<style>
a { background-color: #FBA8F8; }
a { background-color: rgb(251,168,248); }
div.DivClassName
{
background-color: #FBA8F8;
}
.BgClassName
{
background-color: #FBA8F8;
}
</style>
border-color css
<style>
span { border-color: #FBA8F8; }
span { border-color: rgb(251,168,248); }
td.TdClassName
{
border-color: #FBA8F8;
}
.TagClassName
{
border-color: #FBA8F8;
}
</style>