Shades of Lavender Rose #FFB4FC
Tints of Lavender Rose #FFB4FC
RGB
CMYK
RGB Variations
Color information
#FFB4FC (or 0xFFB4FC) is known color: Lavender Rose. HEX triplet: FF, B4 and FC. RGB value is (255,180,252). Sum of RGB (Red+Green+Blue) = 255+180+252=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 180 (70.70% from 255 or 26.20% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FC is #004B03. Grayscale: #D2D2D2. Windows color (decimal): -19204 or 16561407. OLE color: 16561407.
HSL color Cylindrical-coordinate representation of color #FFB4FC: hue angle of 302.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4FC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 252 | - |
| CMYK | 0 | 0.29 | 0.01 | 0 |
| HSL | 302.4º | 1% | 0.85% | - |
| HSV(B) | 302.4º | 0.29% | 1% | - |
| XYZ | 75.13 | 60.93 | 99.9 | - |
| YUV | 210.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 252 | 0 | 0.29 | 0.01 | 0 | 302.4 | 1 | 0.85 |
| Hex | FF | B4 | FC | 0 | 1D | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 264 | 374 | 0 | 35 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11111100 | 0 | 11101 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB4FC
Complementary color
Monochromatic Colors of #FFB4FC
Black with #FFB4FC
Text Example
Text Example
White with #FFB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4FC; }
p { color: rgb(255,180,252); }
H1.HeaderClassName
{
color: #FFB4FC;
}
.AnyTagClassName
{
color: #FFB4FC;
}
</style>
background-color css
<style>
a { background-color: #FFB4FC; }
a { background-color: rgb(255,180,252); }
div.DivClassName
{
background-color: #FFB4FC;
}
.BgClassName
{
background-color: #FFB4FC;
}
</style>
border-color css
<style>
span { border-color: #FFB4FC; }
span { border-color: rgb(255,180,252); }
td.TdClassName
{
border-color: #FFB4FC;
}
.TagClassName
{
border-color: #FFB4FC;
}
</style>