Shades of Lavender Rose #FFBAFC
Tints of Lavender Rose #FFBAFC
RGB
CMYK
RGB Variations
Color information
#FFBAFC (or 0xFFBAFC) is known color: Lavender Rose. HEX triplet: FF, BA and FC. RGB value is (255,186,252). Sum of RGB (Red+Green+Blue) = 255+186+252=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 186 (73.05% from 255 or 26.84% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFC is #004503. Grayscale: #D5D5D5. Windows color (decimal): -17668 or 16562943. OLE color: 16562943.
HSL color Cylindrical-coordinate representation of color #FFBAFC: hue angle of 302.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBAFC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 252 | - |
| CMYK | 0 | 0.27 | 0.01 | 0 |
| HSL | 302.61º | 1% | 0.86% | - |
| HSV(B) | 302.61º | 0.27% | 1% | - |
| XYZ | 76.37 | 63.41 | 100.31 | - |
| YUV | 214.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 252 | 0 | 0.27 | 0.01 | 0 | 302.61 | 1 | 0.86 |
| Hex | FF | BA | FC | 0 | 1B | 1 | 0 | 12F | 64 | 56 |
| Octal | 377 | 272 | 374 | 0 | 33 | 1 | 0 | 457 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11111100 | 0 | 11011 | 1 | 0 | 100101111 | 1100100 | 1010110 |
Color Harmonies of #FFBAFC
Complementary color
Monochromatic Colors of #FFBAFC
Black with #FFBAFC
Text Example
Text Example
White with #FFBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAFC; }
p { color: rgb(255,186,252); }
H1.HeaderClassName
{
color: #FFBAFC;
}
.AnyTagClassName
{
color: #FFBAFC;
}
</style>
background-color css
<style>
a { background-color: #FFBAFC; }
a { background-color: rgb(255,186,252); }
div.DivClassName
{
background-color: #FFBAFC;
}
.BgClassName
{
background-color: #FFBAFC;
}
</style>
border-color css
<style>
span { border-color: #FFBAFC; }
span { border-color: rgb(255,186,252); }
td.TdClassName
{
border-color: #FFBAFC;
}
.TagClassName
{
border-color: #FFBAFC;
}
</style>