Shades of Lavender Rose #FCB8F2
Tints of Lavender Rose #FCB8F2
RGB
CMYK
RGB Variations
Color information
#FCB8F2 (or 0xFCB8F2) is known color: Lavender Rose. HEX triplet: FC, B8 and F2. RGB value is (252,184,242). Sum of RGB (Red+Green+Blue) = 252+184+242=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8F2 is #03470D. Grayscale: #D2D2D2. Windows color (decimal): -214798 or 15907068. OLE color: 15907068.
HSL color Cylindrical-coordinate representation of color #FCB8F2: hue angle of 308.82º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8F2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 242 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.01 |
| HSL | 308.82º | 0.92% | 0.85% | - |
| HSV(B) | 308.82º | 0.27% | 0.99% | - |
| XYZ | 73.31 | 61.39 | 91.99 | - |
| YUV | 210.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 242 | 0 | 0.27 | 0.04 | 0.01 | 308.82 | 0.92 | 0.85 |
| Hex | FC | B8 | F2 | 0 | 1B | 4 | 1 | 135 | 5C | 55 |
| Octal | 374 | 270 | 362 | 0 | 33 | 4 | 1 | 465 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11110010 | 0 | 11011 | 100 | 1 | 100110101 | 1011100 | 1010101 |
Color Harmonies of #FCB8F2
Complementary color
Monochromatic Colors of #FCB8F2
Black with #FCB8F2
Text Example
Text Example
White with #FCB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8F2; }
p { color: rgb(252,184,242); }
H1.HeaderClassName
{
color: #FCB8F2;
}
.AnyTagClassName
{
color: #FCB8F2;
}
</style>
background-color css
<style>
a { background-color: #FCB8F2; }
a { background-color: rgb(252,184,242); }
div.DivClassName
{
background-color: #FCB8F2;
}
.BgClassName
{
background-color: #FCB8F2;
}
</style>
border-color css
<style>
span { border-color: #FCB8F2; }
span { border-color: rgb(252,184,242); }
td.TdClassName
{
border-color: #FCB8F2;
}
.TagClassName
{
border-color: #FCB8F2;
}
</style>