Shades of Lavender Rose #FCBBFC
Tints of Lavender Rose #FCBBFC
RGB
CMYK
RGB Variations
Color information
#FCBBFC (or 0xFCBBFC) is known color: Lavender Rose. HEX triplet: FC, BB and FC. RGB value is (252,187,252). Sum of RGB (Red+Green+Blue) = 252+187+252=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 187 (73.44% from 255 or 27.06% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBFC is #034403. Grayscale: #D5D5D5. Windows color (decimal): -214020 or 16563196. OLE color: 16563196.
HSL color Cylindrical-coordinate representation of color #FCBBFC: 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 #FCBBFC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 252 | - |
| CMYK | 0 | 0.26 | 0 | 0.01 |
| HSL | 300º | 0.92% | 0.86% | - |
| HSV(B) | 300º | 0.26% | 0.99% | - |
| XYZ | 75.49 | 63.26 | 100.33 | - |
| YUV | 213.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 252 | 0 | 0.26 | 0 | 0.01 | 300 | 0.92 | 0.86 |
| Hex | FC | BB | FC | 0 | 1A | 0 | 1 | 12C | 5C | 56 |
| Octal | 374 | 273 | 374 | 0 | 32 | 0 | 1 | 454 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11111100 | 0 | 11010 | 0 | 1 | 100101100 | 1011100 | 1010110 |
Color Harmonies of #FCBBFC
Complementary color
Monochromatic Colors of #FCBBFC
Black with #FCBBFC
Text Example
Text Example
White with #FCBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBFC; }
p { color: rgb(252,187,252); }
H1.HeaderClassName
{
color: #FCBBFC;
}
.AnyTagClassName
{
color: #FCBBFC;
}
</style>
background-color css
<style>
a { background-color: #FCBBFC; }
a { background-color: rgb(252,187,252); }
div.DivClassName
{
background-color: #FCBBFC;
}
.BgClassName
{
background-color: #FCBBFC;
}
</style>
border-color css
<style>
span { border-color: #FCBBFC; }
span { border-color: rgb(252,187,252); }
td.TdClassName
{
border-color: #FCBBFC;
}
.TagClassName
{
border-color: #FCBBFC;
}
</style>