Shades of Lavender Rose #FFB7EE
Tints of Lavender Rose #FFB7EE
RGB
CMYK
RGB Variations
Color information
#FFB7EE (or 0xFFB7EE) is known color: Lavender Rose. HEX triplet: FF, B7 and EE. RGB value is (255,183,238). Sum of RGB (Red+Green+Blue) = 255+183+238=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7EE is #004811. Grayscale: #D2D2D2. Windows color (decimal): -18450 or 15644671. OLE color: 15644671.
HSL color Cylindrical-coordinate representation of color #FFB7EE: hue angle of 314.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 #FFB7EE is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 183 | 238 | - |
CMYK | 0 | 0.28 | 0.07 | 0 |
HSL | 314.17º | 1% | 0.86% | - |
HSV(B) | 314.17º | 0.28% | 1% | - |
XYZ | 73.61 | 61.3 | 88.84 | - |
YUV | 210.8 | 143.35 | 159.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 183 | 238 | 0 | 0.28 | 0.07 | 0 | 314.17 | 1 | 0.86 |
Hex | FF | B7 | EE | 0 | 1C | 7 | 0 | 13A | 64 | 56 |
Octal | 377 | 267 | 356 | 0 | 34 | 7 | 0 | 472 | 144 | 126 |
Binary | 11111111 | 10110111 | 11101110 | 0 | 11100 | 111 | 0 | 100111010 | 1100100 | 1010110 |
Color Harmonies of #FFB7EE
Complementary color
Monochromatic Colors of #FFB7EE
Black with #FFB7EE
Text Example
Text Example
White with #FFB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7EE; }
p { color: rgb(255,183,238); }
H1.HeaderClassName
{
color: #FFB7EE;
}
.AnyTagClassName
{
color: #FFB7EE;
}
</style>
background-color css
<style>
a { background-color: #FFB7EE; }
a { background-color: rgb(255,183,238); }
div.DivClassName
{
background-color: #FFB7EE;
}
.BgClassName
{
background-color: #FFB7EE;
}
</style>
border-color css
<style>
span { border-color: #FFB7EE; }
span { border-color: rgb(255,183,238); }
td.TdClassName
{
border-color: #FFB7EE;
}
.TagClassName
{
border-color: #FFB7EE;
}
</style>