Shades of Lavender Rose #FFB4FA
Tints of Lavender Rose #FFB4FA
RGB
CMYK
RGB Variations
Color information
#FFB4FA (or 0xFFB4FA) is known color: Lavender Rose. HEX triplet: FF, B4 and FA. RGB value is (255,180,250). Sum of RGB (Red+Green+Blue) = 255+180+250=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FA is #004B05. Grayscale: #D2D2D2. Windows color (decimal): -19206 or 16430335. OLE color: 16430335.
HSL color Cylindrical-coordinate representation of color #FFB4FA: hue angle of 304º 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 #FFB4FA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 250 | - |
| CMYK | 0 | 0.29 | 0.02 | 0 |
| HSL | 304º | 1% | 0.85% | - |
| HSV(B) | 304º | 0.29% | 1% | - |
| XYZ | 74.82 | 60.8 | 98.24 | - |
| YUV | 210.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 250 | 0 | 0.29 | 0.02 | 0 | 304 | 1 | 0.85 |
| Hex | FF | B4 | FA | 0 | 1D | 2 | 0 | 130 | 64 | 55 |
| Octal | 377 | 264 | 372 | 0 | 35 | 2 | 0 | 460 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11111010 | 0 | 11101 | 10 | 0 | 100110000 | 1100100 | 1010101 |
Color Harmonies of #FFB4FA
Complementary color
Monochromatic Colors of #FFB4FA
Black with #FFB4FA
Text Example
Text Example
White with #FFB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4FA; }
p { color: rgb(255,180,250); }
H1.HeaderClassName
{
color: #FFB4FA;
}
.AnyTagClassName
{
color: #FFB4FA;
}
</style>
background-color css
<style>
a { background-color: #FFB4FA; }
a { background-color: rgb(255,180,250); }
div.DivClassName
{
background-color: #FFB4FA;
}
.BgClassName
{
background-color: #FFB4FA;
}
</style>
border-color css
<style>
span { border-color: #FFB4FA; }
span { border-color: rgb(255,180,250); }
td.TdClassName
{
border-color: #FFB4FA;
}
.TagClassName
{
border-color: #FFB4FA;
}
</style>