Shades of Lavender Rose #FCB3E6
Tints of Lavender Rose #FCB3E6
RGB
CMYK
RGB Variations
Color information
#FCB3E6 (or 0xFCB3E6) is known color: Lavender Rose. HEX triplet: FC, B3 and E6. RGB value is (252,179,230). Sum of RGB (Red+Green+Blue) = 252+179+230=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3E6 is #034C19. Grayscale: #CECECE. Windows color (decimal): -216090 or 15119356. OLE color: 15119356.
HSL color Cylindrical-coordinate representation of color #FCB3E6: hue angle of 318.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3E6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 230 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.01 |
| HSL | 318.08º | 0.92% | 0.85% | - |
| HSV(B) | 318.08º | 0.29% | 0.99% | - |
| XYZ | 70.55 | 58.65 | 82.46 | - |
| YUV | 206.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 230 | 0 | 0.29 | 0.09 | 0.01 | 318.08 | 0.92 | 0.85 |
| Hex | FC | B3 | E6 | 0 | 1D | 9 | 1 | 13E | 5C | 55 |
| Octal | 374 | 263 | 346 | 0 | 35 | 11 | 1 | 476 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11100110 | 0 | 11101 | 1001 | 1 | 100111110 | 1011100 | 1010101 |
Color Harmonies of #FCB3E6
Complementary color
Monochromatic Colors of #FCB3E6
Black with #FCB3E6
Text Example
Text Example
White with #FCB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3E6; }
p { color: rgb(252,179,230); }
H1.HeaderClassName
{
color: #FCB3E6;
}
.AnyTagClassName
{
color: #FCB3E6;
}
</style>
background-color css
<style>
a { background-color: #FCB3E6; }
a { background-color: rgb(252,179,230); }
div.DivClassName
{
background-color: #FCB3E6;
}
.BgClassName
{
background-color: #FCB3E6;
}
</style>
border-color css
<style>
span { border-color: #FCB3E6; }
span { border-color: rgb(252,179,230); }
td.TdClassName
{
border-color: #FCB3E6;
}
.TagClassName
{
border-color: #FCB3E6;
}
</style>