Shades of Lavender Rose #FCBAFC
Tints of Lavender Rose #FCBAFC
RGB
CMYK
RGB Variations
Color information
#FCBAFC (or 0xFCBAFC) is known color: Lavender Rose. HEX triplet: FC, BA and FC. RGB value is (252,186,252). Sum of RGB (Red+Green+Blue) = 252+186+252=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFC is #034503. Grayscale: #D5D5D5. Windows color (decimal): -214276 or 16562940. OLE color: 16562940.
HSL color Cylindrical-coordinate representation of color #FCBAFC: hue angle of 300º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAFC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 186 | 252 | - |
CMYK | 0 | 0.26 | 0 | 0.01 |
HSL | 300º | 0.92% | 0.86% | - |
HSV(B) | 300º | 0.26% | 0.99% | - |
XYZ | 75.27 | 62.84 | 100.26 | - |
YUV | 213.26 | 149.87 | 155.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 186 | 252 | 0 | 0.26 | 0 | 0.01 | 300 | 0.92 | 0.86 |
Hex | FC | BA | FC | 0 | 1A | 0 | 1 | 12C | 5C | 56 |
Octal | 374 | 272 | 374 | 0 | 32 | 0 | 1 | 454 | 134 | 126 |
Binary | 11111100 | 10111010 | 11111100 | 0 | 11010 | 0 | 1 | 100101100 | 1011100 | 1010110 |
Color Harmonies of #FCBAFC
Complementary color
Monochromatic Colors of #FCBAFC
Black with #FCBAFC
Text Example
Text Example
White with #FCBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAFC; }
p { color: rgb(252,186,252); }
H1.HeaderClassName
{
color: #FCBAFC;
}
.AnyTagClassName
{
color: #FCBAFC;
}
</style>
background-color css
<style>
a { background-color: #FCBAFC; }
a { background-color: rgb(252,186,252); }
div.DivClassName
{
background-color: #FCBAFC;
}
.BgClassName
{
background-color: #FCBAFC;
}
</style>
border-color css
<style>
span { border-color: #FCBAFC; }
span { border-color: rgb(252,186,252); }
td.TdClassName
{
border-color: #FCBAFC;
}
.TagClassName
{
border-color: #FCBAFC;
}
</style>