Shades of Lavender Rose #FFB9ED
Tints of Lavender Rose #FFB9ED
RGB
CMYK
RGB Variations
Color information
#FFB9ED (or 0xFFB9ED) is known color: Lavender Rose. HEX triplet: FF, B9 and ED. RGB value is (255,185,237). Sum of RGB (Red+Green+Blue) = 255+185+237=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9ED is #004612. Grayscale: #D3D3D3. Windows color (decimal): -17939 or 15579647. OLE color: 15579647.
HSL color Cylindrical-coordinate representation of color #FFB9ED: hue angle of 315.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9ED is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 237 | - |
| CMYK | 0 | 0.27 | 0.07 | 0 |
| HSL | 315.43º | 1% | 0.86% | - |
| HSV(B) | 315.43º | 0.27% | 1% | - |
| XYZ | 73.88 | 62.07 | 88.21 | - |
| YUV | 211.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 237 | 0 | 0.27 | 0.07 | 0 | 315.43 | 1 | 0.86 |
| Hex | FF | B9 | ED | 0 | 1B | 7 | 0 | 13B | 64 | 56 |
| Octal | 377 | 271 | 355 | 0 | 33 | 7 | 0 | 473 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11101101 | 0 | 11011 | 111 | 0 | 100111011 | 1100100 | 1010110 |
Color Harmonies of #FFB9ED
Complementary color
Monochromatic Colors of #FFB9ED
Black with #FFB9ED
Text Example
Text Example
White with #FFB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9ED; }
p { color: rgb(255,185,237); }
H1.HeaderClassName
{
color: #FFB9ED;
}
.AnyTagClassName
{
color: #FFB9ED;
}
</style>
background-color css
<style>
a { background-color: #FFB9ED; }
a { background-color: rgb(255,185,237); }
div.DivClassName
{
background-color: #FFB9ED;
}
.BgClassName
{
background-color: #FFB9ED;
}
</style>
border-color css
<style>
span { border-color: #FFB9ED; }
span { border-color: rgb(255,185,237); }
td.TdClassName
{
border-color: #FFB9ED;
}
.TagClassName
{
border-color: #FFB9ED;
}
</style>