Shades of Lavender Rose #FCB7FA
Tints of Lavender Rose #FCB7FA
RGB
CMYK
RGB Variations
Color information
#FCB7FA (or 0xFCB7FA) is known color: Lavender Rose. HEX triplet: FC, B7 and FA. RGB value is (252,183,250). Sum of RGB (Red+Green+Blue) = 252+183+250=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FA is #034805. Grayscale: #D3D3D3. Windows color (decimal): -215046 or 16431100. OLE color: 16431100.
HSL color Cylindrical-coordinate representation of color #FCB7FA: hue angle of 301.74º 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 #FCB7FA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 250 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.01 |
| HSL | 301.74º | 0.92% | 0.85% | - |
| HSV(B) | 301.74º | 0.27% | 0.99% | - |
| XYZ | 74.33 | 61.46 | 98.39 | - |
| YUV | 211.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 250 | 0 | 0.27 | 0.01 | 0.01 | 301.74 | 0.92 | 0.85 |
| Hex | FC | B7 | FA | 0 | 1B | 1 | 1 | 12E | 5C | 55 |
| Octal | 374 | 267 | 372 | 0 | 33 | 1 | 1 | 456 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11111010 | 0 | 11011 | 1 | 1 | 100101110 | 1011100 | 1010101 |
Color Harmonies of #FCB7FA
Complementary color
Monochromatic Colors of #FCB7FA
Black with #FCB7FA
Text Example
Text Example
White with #FCB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7FA; }
p { color: rgb(252,183,250); }
H1.HeaderClassName
{
color: #FCB7FA;
}
.AnyTagClassName
{
color: #FCB7FA;
}
</style>
background-color css
<style>
a { background-color: #FCB7FA; }
a { background-color: rgb(252,183,250); }
div.DivClassName
{
background-color: #FCB7FA;
}
.BgClassName
{
background-color: #FCB7FA;
}
</style>
border-color css
<style>
span { border-color: #FCB7FA; }
span { border-color: rgb(252,183,250); }
td.TdClassName
{
border-color: #FCB7FA;
}
.TagClassName
{
border-color: #FCB7FA;
}
</style>