Shades of Lavender Rose #FCBDF1
Tints of Lavender Rose #FCBDF1
RGB
CMYK
RGB Variations
Color information
#FCBDF1 (or 0xFCBDF1) is known color: Lavender Rose. HEX triplet: FC, BD and F1. RGB value is (252,189,241). Sum of RGB (Red+Green+Blue) = 252+189+241=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF1 is #03420E. Grayscale: #D5D5D5. Windows color (decimal): -213519 or 15842812. OLE color: 15842812.
HSL color Cylindrical-coordinate representation of color #FCBDF1: hue angle of 310.48º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDF1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 241 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.01 |
| HSL | 310.48º | 0.91% | 0.86% | - |
| HSV(B) | 310.48º | 0.25% | 0.99% | - |
| XYZ | 74.22 | 63.44 | 91.55 | - |
| YUV | 213.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 241 | 0 | 0.25 | 0.04 | 0.01 | 310.48 | 0.91 | 0.86 |
| Hex | FC | BD | F1 | 0 | 19 | 4 | 1 | 136 | 5B | 56 |
| Octal | 374 | 275 | 361 | 0 | 31 | 4 | 1 | 466 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11110001 | 0 | 11001 | 100 | 1 | 100110110 | 1011011 | 1010110 |
Color Harmonies of #FCBDF1
Complementary color
Monochromatic Colors of #FCBDF1
Black with #FCBDF1
Text Example
Text Example
White with #FCBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDF1; }
p { color: rgb(252,189,241); }
H1.HeaderClassName
{
color: #FCBDF1;
}
.AnyTagClassName
{
color: #FCBDF1;
}
</style>
background-color css
<style>
a { background-color: #FCBDF1; }
a { background-color: rgb(252,189,241); }
div.DivClassName
{
background-color: #FCBDF1;
}
.BgClassName
{
background-color: #FCBDF1;
}
</style>
border-color css
<style>
span { border-color: #FCBDF1; }
span { border-color: rgb(252,189,241); }
td.TdClassName
{
border-color: #FCBDF1;
}
.TagClassName
{
border-color: #FCBDF1;
}
</style>