Shades of Lavender Rose #FCBCF3
Tints of Lavender Rose #FCBCF3
RGB
CMYK
RGB Variations
Color information
#FCBCF3 (or 0xFCBCF3) is known color: Lavender Rose. HEX triplet: FC, BC and F3. RGB value is (252,188,243). Sum of RGB (Red+Green+Blue) = 252+188+243=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF3 is #03430C. Grayscale: #D5D5D5. Windows color (decimal): -213773 or 15973628. OLE color: 15973628.
HSL color Cylindrical-coordinate representation of color #FCBCF3: hue angle of 308.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCF3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 243 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.01 |
| HSL | 308.44º | 0.91% | 0.86% | - |
| HSV(B) | 308.44º | 0.25% | 0.99% | - |
| XYZ | 74.31 | 63.13 | 93.06 | - |
| YUV | 213.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 243 | 0 | 0.25 | 0.04 | 0.01 | 308.44 | 0.91 | 0.86 |
| Hex | FC | BC | F3 | 0 | 19 | 4 | 1 | 134 | 5B | 56 |
| Octal | 374 | 274 | 363 | 0 | 31 | 4 | 1 | 464 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11110011 | 0 | 11001 | 100 | 1 | 100110100 | 1011011 | 1010110 |
Color Harmonies of #FCBCF3
Complementary color
Monochromatic Colors of #FCBCF3
Black with #FCBCF3
Text Example
Text Example
White with #FCBCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCF3; }
p { color: rgb(252,188,243); }
H1.HeaderClassName
{
color: #FCBCF3;
}
.AnyTagClassName
{
color: #FCBCF3;
}
</style>
background-color css
<style>
a { background-color: #FCBCF3; }
a { background-color: rgb(252,188,243); }
div.DivClassName
{
background-color: #FCBCF3;
}
.BgClassName
{
background-color: #FCBCF3;
}
</style>
border-color css
<style>
span { border-color: #FCBCF3; }
span { border-color: rgb(252,188,243); }
td.TdClassName
{
border-color: #FCBCF3;
}
.TagClassName
{
border-color: #FCBCF3;
}
</style>