Shades of Lavender Rose #FCBFF0
Tints of Lavender Rose #FCBFF0
RGB
CMYK
RGB Variations
Color information
#FCBFF0 (or 0xFCBFF0) is known color: Lavender Rose. HEX triplet: FC, BF and F0. RGB value is (252,191,240). Sum of RGB (Red+Green+Blue) = 252+191+240=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFF0 is #03400F. Grayscale: #D6D6D6. Windows color (decimal): -213008 or 15777788. OLE color: 15777788.
HSL color Cylindrical-coordinate representation of color #FCBFF0: hue angle of 311.8º 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 #FCBFF0 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 240 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.01 |
| HSL | 311.8º | 0.91% | 0.87% | - |
| HSV(B) | 311.8º | 0.24% | 0.99% | - |
| XYZ | 74.5 | 64.25 | 90.91 | - |
| YUV | 214.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 240 | 0 | 0.24 | 0.05 | 0.01 | 311.8 | 0.91 | 0.87 |
| Hex | FC | BF | F0 | 0 | 18 | 5 | 1 | 138 | 5B | 57 |
| Octal | 374 | 277 | 360 | 0 | 30 | 5 | 1 | 470 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11110000 | 0 | 11000 | 101 | 1 | 100111000 | 1011011 | 1010111 |
Color Harmonies of #FCBFF0
Complementary color
Monochromatic Colors of #FCBFF0
Black with #FCBFF0
Text Example
Text Example
White with #FCBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFF0; }
p { color: rgb(252,191,240); }
H1.HeaderClassName
{
color: #FCBFF0;
}
.AnyTagClassName
{
color: #FCBFF0;
}
</style>
background-color css
<style>
a { background-color: #FCBFF0; }
a { background-color: rgb(252,191,240); }
div.DivClassName
{
background-color: #FCBFF0;
}
.BgClassName
{
background-color: #FCBFF0;
}
</style>
border-color css
<style>
span { border-color: #FCBFF0; }
span { border-color: rgb(252,191,240); }
td.TdClassName
{
border-color: #FCBFF0;
}
.TagClassName
{
border-color: #FCBFF0;
}
</style>