Shades of Lavender Rose #FFB4F1
Tints of Lavender Rose #FFB4F1
RGB
CMYK
RGB Variations
Color information
#FFB4F1 (or 0xFFB4F1) is known color: Lavender Rose. HEX triplet: FF, B4 and F1. RGB value is (255,180,241). Sum of RGB (Red+Green+Blue) = 255+180+241=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4F1 is #004B0E. Grayscale: #D1D1D1. Windows color (decimal): -19215 or 15840511. OLE color: 15840511.
HSL color Cylindrical-coordinate representation of color #FFB4F1: hue angle of 311.2º 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 #FFB4F1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 241 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 311.2º | 1% | 0.85% | - |
| HSV(B) | 311.2º | 0.29% | 1% | - |
| XYZ | 73.44 | 60.25 | 90.98 | - |
| YUV | 209.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 241 | 0 | 0.29 | 0.05 | 0 | 311.2 | 1 | 0.85 |
| Hex | FF | B4 | F1 | 0 | 1D | 5 | 0 | 137 | 64 | 55 |
| Octal | 377 | 264 | 361 | 0 | 35 | 5 | 0 | 467 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11110001 | 0 | 11101 | 101 | 0 | 100110111 | 1100100 | 1010101 |
Color Harmonies of #FFB4F1
Complementary color
Monochromatic Colors of #FFB4F1
Black with #FFB4F1
Text Example
Text Example
White with #FFB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4F1; }
p { color: rgb(255,180,241); }
H1.HeaderClassName
{
color: #FFB4F1;
}
.AnyTagClassName
{
color: #FFB4F1;
}
</style>
background-color css
<style>
a { background-color: #FFB4F1; }
a { background-color: rgb(255,180,241); }
div.DivClassName
{
background-color: #FFB4F1;
}
.BgClassName
{
background-color: #FFB4F1;
}
</style>
border-color css
<style>
span { border-color: #FFB4F1; }
span { border-color: rgb(255,180,241); }
td.TdClassName
{
border-color: #FFB4F1;
}
.TagClassName
{
border-color: #FFB4F1;
}
</style>