Shades of Lavender Rose #FCB3E4
Tints of Lavender Rose #FCB3E4
RGB
CMYK
RGB Variations
Color information
#FCB3E4 (or 0xFCB3E4) is known color: Lavender Rose. HEX triplet: FC, B3 and E4. RGB value is (252,179,228). Sum of RGB (Red+Green+Blue) = 252+179+228=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 179 (70.31% from 255 or 27.16% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3E4 is #034C1B. Grayscale: #CECECE. Windows color (decimal): -216092 or 14988284. OLE color: 14988284.
HSL color Cylindrical-coordinate representation of color #FCB3E4: hue angle of 319.73º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3E4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 228 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.01 |
| HSL | 319.73º | 0.92% | 0.85% | - |
| HSV(B) | 319.73º | 0.29% | 0.99% | - |
| XYZ | 70.27 | 58.54 | 80.99 | - |
| YUV | 206.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 228 | 0 | 0.29 | 0.10 | 0.01 | 319.73 | 0.92 | 0.85 |
| Hex | FC | B3 | E4 | 0 | 1D | A | 1 | 140 | 5C | 55 |
| Octal | 374 | 263 | 344 | 0 | 35 | 12 | 1 | 500 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11100100 | 0 | 11101 | 1010 | 1 | 101000000 | 1011100 | 1010101 |
Color Harmonies of #FCB3E4
Complementary color
Monochromatic Colors of #FCB3E4
Black with #FCB3E4
Text Example
Text Example
White with #FCB3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3E4; }
p { color: rgb(252,179,228); }
H1.HeaderClassName
{
color: #FCB3E4;
}
.AnyTagClassName
{
color: #FCB3E4;
}
</style>
background-color css
<style>
a { background-color: #FCB3E4; }
a { background-color: rgb(252,179,228); }
div.DivClassName
{
background-color: #FCB3E4;
}
.BgClassName
{
background-color: #FCB3E4;
}
</style>
border-color css
<style>
span { border-color: #FCB3E4; }
span { border-color: rgb(252,179,228); }
td.TdClassName
{
border-color: #FCB3E4;
}
.TagClassName
{
border-color: #FCB3E4;
}
</style>