Shades of Lavender Rose #F7B7EE
Tints of Lavender Rose #F7B7EE
RGB
CMYK
RGB Variations
Color information
#F7B7EE (or 0xF7B7EE) is known color: Lavender Rose. HEX triplet: F7, B7 and EE. RGB value is (247,183,238). Sum of RGB (Red+Green+Blue) = 247+183+238=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B7EE is #084811. Grayscale: #D0D0D0. Windows color (decimal): -542738 or 15644663. OLE color: 15644663.
HSL color Cylindrical-coordinate representation of color #F7B7EE: hue angle of 308.44º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7EE is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 183 | 238 | - |
CMYK | 0 | 0.26 | 0.04 | 0.03 |
HSL | 308.44º | 0.8% | 0.84% | - |
HSV(B) | 308.44º | 0.26% | 0.97% | - |
XYZ | 70.72 | 59.81 | 88.71 | - |
YUV | 208.41 | 144.7 | 155.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 183 | 238 | 0 | 0.26 | 0.04 | 0.03 | 308.44 | 0.8 | 0.84 |
Hex | F7 | B7 | EE | 0 | 1A | 4 | 3 | 134 | 50 | 54 |
Octal | 367 | 267 | 356 | 0 | 32 | 4 | 3 | 464 | 120 | 124 |
Binary | 11110111 | 10110111 | 11101110 | 0 | 11010 | 100 | 11 | 100110100 | 1010000 | 1010100 |
Color Harmonies of #F7B7EE
Complementary color
Monochromatic Colors of #F7B7EE
Black with #F7B7EE
Text Example
Text Example
White with #F7B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7EE; }
p { color: rgb(247,183,238); }
H1.HeaderClassName
{
color: #F7B7EE;
}
.AnyTagClassName
{
color: #F7B7EE;
}
</style>
background-color css
<style>
a { background-color: #F7B7EE; }
a { background-color: rgb(247,183,238); }
div.DivClassName
{
background-color: #F7B7EE;
}
.BgClassName
{
background-color: #F7B7EE;
}
</style>
border-color css
<style>
span { border-color: #F7B7EE; }
span { border-color: rgb(247,183,238); }
td.TdClassName
{
border-color: #F7B7EE;
}
.TagClassName
{
border-color: #F7B7EE;
}
</style>