Shades of Lavender Rose #FCB8ED
Tints of Lavender Rose #FCB8ED
RGB
CMYK
RGB Variations
Color information
#FCB8ED (or 0xFCB8ED) is known color: Lavender Rose. HEX triplet: FC, B8 and ED. RGB value is (252,184,237). Sum of RGB (Red+Green+Blue) = 252+184+237=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8ED is #034712. Grayscale: #D2D2D2. Windows color (decimal): -214803 or 15579388. OLE color: 15579388.
HSL color Cylindrical-coordinate representation of color #FCB8ED: hue angle of 313.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8ED is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 237 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.01 |
| HSL | 313.24º | 0.92% | 0.85% | - |
| HSV(B) | 313.24º | 0.27% | 0.99% | - |
| XYZ | 72.57 | 61.09 | 88.09 | - |
| YUV | 210.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 237 | 0 | 0.27 | 0.06 | 0.01 | 313.24 | 0.92 | 0.85 |
| Hex | FC | B8 | ED | 0 | 1B | 6 | 1 | 139 | 5C | 55 |
| Octal | 374 | 270 | 355 | 0 | 33 | 6 | 1 | 471 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11101101 | 0 | 11011 | 110 | 1 | 100111001 | 1011100 | 1010101 |
Color Harmonies of #FCB8ED
Complementary color
Monochromatic Colors of #FCB8ED
Black with #FCB8ED
Text Example
Text Example
White with #FCB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8ED; }
p { color: rgb(252,184,237); }
H1.HeaderClassName
{
color: #FCB8ED;
}
.AnyTagClassName
{
color: #FCB8ED;
}
</style>
background-color css
<style>
a { background-color: #FCB8ED; }
a { background-color: rgb(252,184,237); }
div.DivClassName
{
background-color: #FCB8ED;
}
.BgClassName
{
background-color: #FCB8ED;
}
</style>
border-color css
<style>
span { border-color: #FCB8ED; }
span { border-color: rgb(252,184,237); }
td.TdClassName
{
border-color: #FCB8ED;
}
.TagClassName
{
border-color: #FCB8ED;
}
</style>