Shades of Lavender Rose #FCBFF2
Tints of Lavender Rose #FCBFF2
RGB
CMYK
RGB Variations
Color information
#FCBFF2 (or 0xFCBFF2) is known color: Lavender Rose. HEX triplet: FC, BF and F2. RGB value is (252,191,242). Sum of RGB (Red+Green+Blue) = 252+191+242=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFF2 is #03400D. Grayscale: #D6D6D6. Windows color (decimal): -213006 or 15908860. OLE color: 15908860.
HSL color Cylindrical-coordinate representation of color #FCBFF2: hue angle of 309.84º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFF2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 242 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.01 |
| HSL | 309.84º | 0.91% | 0.87% | - |
| HSV(B) | 309.84º | 0.24% | 0.99% | - |
| XYZ | 74.8 | 64.37 | 92.49 | - |
| YUV | 215.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 242 | 0 | 0.24 | 0.04 | 0.01 | 309.84 | 0.91 | 0.87 |
| Hex | FC | BF | F2 | 0 | 18 | 4 | 1 | 136 | 5B | 57 |
| Octal | 374 | 277 | 362 | 0 | 30 | 4 | 1 | 466 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11110010 | 0 | 11000 | 100 | 1 | 100110110 | 1011011 | 1010111 |
Color Harmonies of #FCBFF2
Complementary color
Monochromatic Colors of #FCBFF2
Black with #FCBFF2
Text Example
Text Example
White with #FCBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFF2; }
p { color: rgb(252,191,242); }
H1.HeaderClassName
{
color: #FCBFF2;
}
.AnyTagClassName
{
color: #FCBFF2;
}
</style>
background-color css
<style>
a { background-color: #FCBFF2; }
a { background-color: rgb(252,191,242); }
div.DivClassName
{
background-color: #FCBFF2;
}
.BgClassName
{
background-color: #FCBFF2;
}
</style>
border-color css
<style>
span { border-color: #FCBFF2; }
span { border-color: rgb(252,191,242); }
td.TdClassName
{
border-color: #FCBFF2;
}
.TagClassName
{
border-color: #FCBFF2;
}
</style>