Shades of Lavender Rose #FCB6F7
Tints of Lavender Rose #FCB6F7
RGB
CMYK
RGB Variations
Color information
#FCB6F7 (or 0xFCB6F7) is known color: Lavender Rose. HEX triplet: FC, B6 and F7. RGB value is (252,182,247). Sum of RGB (Red+Green+Blue) = 252+182+247=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 182 (71.48% from 255 or 26.73% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6F7 is #034908. Grayscale: #D2D2D2. Windows color (decimal): -215305 or 16234236. OLE color: 16234236.
HSL color Cylindrical-coordinate representation of color #FCB6F7: hue angle of 304.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB6F7 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 247 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.01 |
| HSL | 304.29º | 0.92% | 0.85% | - |
| HSV(B) | 304.29º | 0.28% | 0.99% | - |
| XYZ | 73.66 | 60.87 | 95.86 | - |
| YUV | 210.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 247 | 0 | 0.28 | 0.02 | 0.01 | 304.29 | 0.92 | 0.85 |
| Hex | FC | B6 | F7 | 0 | 1C | 2 | 1 | 130 | 5C | 55 |
| Octal | 374 | 266 | 367 | 0 | 34 | 2 | 1 | 460 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11110111 | 0 | 11100 | 10 | 1 | 100110000 | 1011100 | 1010101 |
Color Harmonies of #FCB6F7
Complementary color
Monochromatic Colors of #FCB6F7
Black with #FCB6F7
Text Example
Text Example
White with #FCB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6F7; }
p { color: rgb(252,182,247); }
H1.HeaderClassName
{
color: #FCB6F7;
}
.AnyTagClassName
{
color: #FCB6F7;
}
</style>
background-color css
<style>
a { background-color: #FCB6F7; }
a { background-color: rgb(252,182,247); }
div.DivClassName
{
background-color: #FCB6F7;
}
.BgClassName
{
background-color: #FCB6F7;
}
</style>
border-color css
<style>
span { border-color: #FCB6F7; }
span { border-color: rgb(252,182,247); }
td.TdClassName
{
border-color: #FCB6F7;
}
.TagClassName
{
border-color: #FCB6F7;
}
</style>