Shades of Lavender Rose #FCBDF8
Tints of Lavender Rose #FCBDF8
RGB
CMYK
RGB Variations
Color information
#FCBDF8 (or 0xFCBDF8) is known color: Lavender Rose. HEX triplet: FC, BD and F8. RGB value is (252,189,248). Sum of RGB (Red+Green+Blue) = 252+189+248=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF8 is #034207. Grayscale: #D6D6D6. Windows color (decimal): -213512 or 16301564. OLE color: 16301564.
HSL color Cylindrical-coordinate representation of color #FCBDF8: hue angle of 303.81º 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 #FCBDF8 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 248 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.01 |
| HSL | 303.81º | 0.91% | 0.86% | - |
| HSV(B) | 303.81º | 0.25% | 0.99% | - |
| XYZ | 75.29 | 63.87 | 97.17 | - |
| YUV | 214.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 248 | 0 | 0.25 | 0.02 | 0.01 | 303.81 | 0.91 | 0.86 |
| Hex | FC | BD | F8 | 0 | 19 | 2 | 1 | 130 | 5B | 56 |
| Octal | 374 | 275 | 370 | 0 | 31 | 2 | 1 | 460 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11111000 | 0 | 11001 | 10 | 1 | 100110000 | 1011011 | 1010110 |
Color Harmonies of #FCBDF8
Complementary color
Monochromatic Colors of #FCBDF8
Black with #FCBDF8
Text Example
Text Example
White with #FCBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDF8; }
p { color: rgb(252,189,248); }
H1.HeaderClassName
{
color: #FCBDF8;
}
.AnyTagClassName
{
color: #FCBDF8;
}
</style>
background-color css
<style>
a { background-color: #FCBDF8; }
a { background-color: rgb(252,189,248); }
div.DivClassName
{
background-color: #FCBDF8;
}
.BgClassName
{
background-color: #FCBDF8;
}
</style>
border-color css
<style>
span { border-color: #FCBDF8; }
span { border-color: rgb(252,189,248); }
td.TdClassName
{
border-color: #FCBDF8;
}
.TagClassName
{
border-color: #FCBDF8;
}
</style>