Shades of Lavender Rose #F6B4E0
Tints of Lavender Rose #F6B4E0
RGB
CMYK
RGB Variations
Color information
#F6B4E0 (or 0xF6B4E0) is known color: Lavender Rose. HEX triplet: F6, B4 and E0. RGB value is (246,180,224). Sum of RGB (Red+Green+Blue) = 246+180+224=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4E0 is #094B1F. Grayscale: #CCCCCC. Windows color (decimal): -609056 or 14726390. OLE color: 14726390.
HSL color Cylindrical-coordinate representation of color #F6B4E0: hue angle of 320º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B4E0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 224 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.04 |
| HSL | 320º | 0.79% | 0.84% | - |
| HSV(B) | 320º | 0.27% | 0.96% | - |
| XYZ | 67.78 | 57.62 | 78.07 | - |
| YUV | 204.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 224 | 0 | 0.27 | 0.09 | 0.04 | 320 | 0.79 | 0.84 |
| Hex | F6 | B4 | E0 | 0 | 1B | 9 | 4 | 140 | 4F | 54 |
| Octal | 366 | 264 | 340 | 0 | 33 | 11 | 4 | 500 | 117 | 124 |
| Binary | 11110110 | 10110100 | 11100000 | 0 | 11011 | 1001 | 100 | 101000000 | 1001111 | 1010100 |
Color Harmonies of #F6B4E0
Complementary color
Monochromatic Colors of #F6B4E0
Black with #F6B4E0
Text Example
Text Example
White with #F6B4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4E0; }
p { color: rgb(246,180,224); }
H1.HeaderClassName
{
color: #F6B4E0;
}
.AnyTagClassName
{
color: #F6B4E0;
}
</style>
background-color css
<style>
a { background-color: #F6B4E0; }
a { background-color: rgb(246,180,224); }
div.DivClassName
{
background-color: #F6B4E0;
}
.BgClassName
{
background-color: #F6B4E0;
}
</style>
border-color css
<style>
span { border-color: #F6B4E0; }
span { border-color: rgb(246,180,224); }
td.TdClassName
{
border-color: #F6B4E0;
}
.TagClassName
{
border-color: #F6B4E0;
}
</style>