Shades of Lavender Rose #FFB7F4
Tints of Lavender Rose #FFB7F4
RGB
CMYK
RGB Variations
Color information
#FFB7F4 (or 0xFFB7F4) is known color: Lavender Rose. HEX triplet: FF, B7 and F4. RGB value is (255,183,244). Sum of RGB (Red+Green+Blue) = 255+183+244=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 183 (71.88% from 255 or 26.83% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F4 is #00480B. Grayscale: #D3D3D3. Windows color (decimal): -18444 or 16037887. OLE color: 16037887.
HSL color Cylindrical-coordinate representation of color #FFB7F4: hue angle of 309.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7F4 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 244 | - |
| CMYK | 0 | 0.28 | 0.04 | 0 |
| HSL | 309.17º | 1% | 0.86% | - |
| HSV(B) | 309.17º | 0.28% | 1% | - |
| XYZ | 74.5 | 61.66 | 93.56 | - |
| YUV | 211.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 244 | 0 | 0.28 | 0.04 | 0 | 309.17 | 1 | 0.86 |
| Hex | FF | B7 | F4 | 0 | 1C | 4 | 0 | 135 | 64 | 56 |
| Octal | 377 | 267 | 364 | 0 | 34 | 4 | 0 | 465 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11110100 | 0 | 11100 | 100 | 0 | 100110101 | 1100100 | 1010110 |
Color Harmonies of #FFB7F4
Complementary color
Monochromatic Colors of #FFB7F4
Black with #FFB7F4
Text Example
Text Example
White with #FFB7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7F4; }
p { color: rgb(255,183,244); }
H1.HeaderClassName
{
color: #FFB7F4;
}
.AnyTagClassName
{
color: #FFB7F4;
}
</style>
background-color css
<style>
a { background-color: #FFB7F4; }
a { background-color: rgb(255,183,244); }
div.DivClassName
{
background-color: #FFB7F4;
}
.BgClassName
{
background-color: #FFB7F4;
}
</style>
border-color css
<style>
span { border-color: #FFB7F4; }
span { border-color: rgb(255,183,244); }
td.TdClassName
{
border-color: #FFB7F4;
}
.TagClassName
{
border-color: #FFB7F4;
}
</style>