Shades of Lavender Rose #FFB4F3
Tints of Lavender Rose #FFB4F3
RGB
CMYK
RGB Variations
Color information
#FFB4F3 (or 0xFFB4F3) is known color: Lavender Rose. HEX triplet: FF, B4 and F3. RGB value is (255,180,243). Sum of RGB (Red+Green+Blue) = 255+180+243=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4F3 is #004B0C. Grayscale: #D1D1D1. Windows color (decimal): -19213 or 15971583. OLE color: 15971583.
HSL color Cylindrical-coordinate representation of color #FFB4F3: hue angle of 309.6º 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 #FFB4F3 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 243 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 309.6º | 1% | 0.85% | - |
| HSV(B) | 309.6º | 0.29% | 1% | - |
| XYZ | 73.74 | 60.37 | 92.56 | - |
| YUV | 209.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 243 | 0 | 0.29 | 0.05 | 0 | 309.6 | 1 | 0.85 |
| Hex | FF | B4 | F3 | 0 | 1D | 5 | 0 | 136 | 64 | 55 |
| Octal | 377 | 264 | 363 | 0 | 35 | 5 | 0 | 466 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11110011 | 0 | 11101 | 101 | 0 | 100110110 | 1100100 | 1010101 |
Color Harmonies of #FFB4F3
Complementary color
Monochromatic Colors of #FFB4F3
Black with #FFB4F3
Text Example
Text Example
White with #FFB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4F3; }
p { color: rgb(255,180,243); }
H1.HeaderClassName
{
color: #FFB4F3;
}
.AnyTagClassName
{
color: #FFB4F3;
}
</style>
background-color css
<style>
a { background-color: #FFB4F3; }
a { background-color: rgb(255,180,243); }
div.DivClassName
{
background-color: #FFB4F3;
}
.BgClassName
{
background-color: #FFB4F3;
}
</style>
border-color css
<style>
span { border-color: #FFB4F3; }
span { border-color: rgb(255,180,243); }
td.TdClassName
{
border-color: #FFB4F3;
}
.TagClassName
{
border-color: #FFB4F3;
}
</style>