Shades of Lavender Rose #F6B6EA
Tints of Lavender Rose #F6B6EA
RGB
CMYK
RGB Variations
Color information
#F6B6EA (or 0xF6B6EA) is known color: Lavender Rose. HEX triplet: F6, B6 and EA. RGB value is (246,182,234). Sum of RGB (Red+Green+Blue) = 246+182+234=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B6EA is #094915. Grayscale: #CECECE. Windows color (decimal): -608534 or 15382262. OLE color: 15382262.
HSL color Cylindrical-coordinate representation of color #F6B6EA: hue angle of 311.25º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B6EA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 234 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.04 |
| HSL | 311.25º | 0.78% | 0.84% | - |
| HSV(B) | 311.25º | 0.26% | 0.96% | - |
| XYZ | 69.59 | 58.99 | 85.56 | - |
| YUV | 207.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 234 | 0 | 0.26 | 0.05 | 0.04 | 311.25 | 0.78 | 0.84 |
| Hex | F6 | B6 | EA | 0 | 1A | 5 | 4 | 137 | 4E | 54 |
| Octal | 366 | 266 | 352 | 0 | 32 | 5 | 4 | 467 | 116 | 124 |
| Binary | 11110110 | 10110110 | 11101010 | 0 | 11010 | 101 | 100 | 100110111 | 1001110 | 1010100 |
Color Harmonies of #F6B6EA
Complementary color
Monochromatic Colors of #F6B6EA
Black with #F6B6EA
Text Example
Text Example
White with #F6B6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B6EA; }
p { color: rgb(246,182,234); }
H1.HeaderClassName
{
color: #F6B6EA;
}
.AnyTagClassName
{
color: #F6B6EA;
}
</style>
background-color css
<style>
a { background-color: #F6B6EA; }
a { background-color: rgb(246,182,234); }
div.DivClassName
{
background-color: #F6B6EA;
}
.BgClassName
{
background-color: #F6B6EA;
}
</style>
border-color css
<style>
span { border-color: #F6B6EA; }
span { border-color: rgb(246,182,234); }
td.TdClassName
{
border-color: #F6B6EA;
}
.TagClassName
{
border-color: #F6B6EA;
}
</style>