Shades of Lavender Rose #FCB1F8
Tints of Lavender Rose #FCB1F8
RGB
CMYK
RGB Variations
Color information
#FCB1F8 (or 0xFCB1F8) is known color: Lavender Rose. HEX triplet: FC, B1 and F8. RGB value is (252,177,248). Sum of RGB (Red+Green+Blue) = 252+177+248=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 177 (69.53% from 255 or 26.14% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F8 is #034E07. Grayscale: #CFCFCF. Windows color (decimal): -216584 or 16298492. OLE color: 16298492.
HSL color Cylindrical-coordinate representation of color #FCB1F8: hue angle of 303.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1F8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 248 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.01 |
| HSL | 303.2º | 0.93% | 0.84% | - |
| HSV(B) | 303.2º | 0.3% | 0.99% | - |
| XYZ | 72.81 | 58.92 | 96.34 | - |
| YUV | 207.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 248 | 0 | 0.30 | 0.02 | 0.01 | 303.2 | 0.93 | 0.84 |
| Hex | FC | B1 | F8 | 0 | 1E | 2 | 1 | 12F | 5D | 54 |
| Octal | 374 | 261 | 370 | 0 | 36 | 2 | 1 | 457 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11111000 | 0 | 11110 | 10 | 1 | 100101111 | 1011101 | 1010100 |
Color Harmonies of #FCB1F8
Complementary color
Monochromatic Colors of #FCB1F8
Black with #FCB1F8
Text Example
Text Example
White with #FCB1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1F8; }
p { color: rgb(252,177,248); }
H1.HeaderClassName
{
color: #FCB1F8;
}
.AnyTagClassName
{
color: #FCB1F8;
}
</style>
background-color css
<style>
a { background-color: #FCB1F8; }
a { background-color: rgb(252,177,248); }
div.DivClassName
{
background-color: #FCB1F8;
}
.BgClassName
{
background-color: #FCB1F8;
}
</style>
border-color css
<style>
span { border-color: #FCB1F8; }
span { border-color: rgb(252,177,248); }
td.TdClassName
{
border-color: #FCB1F8;
}
.TagClassName
{
border-color: #FCB1F8;
}
</style>