Shades of Lavender Rose #F4B6E0
Tints of Lavender Rose #F4B6E0
RGB
CMYK
RGB Variations
Color information
#F4B6E0 (or 0xF4B6E0) is known color: Lavender Rose. HEX triplet: F4, B6 and E0. RGB value is (244,182,224). Sum of RGB (Red+Green+Blue) = 244+182+224=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6E0 is #0B491F. Grayscale: #CDCDCD. Windows color (decimal): -739616 or 14726900. OLE color: 14726900.
HSL color Cylindrical-coordinate representation of color #F4B6E0: hue angle of 319.35º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B6E0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 224 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.04 |
| HSL | 319.35º | 0.74% | 0.84% | - |
| HSV(B) | 319.35º | 0.25% | 0.96% | - |
| XYZ | 67.49 | 58.07 | 78.17 | - |
| YUV | 205.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 224 | 0 | 0.25 | 0.08 | 0.04 | 319.35 | 0.74 | 0.84 |
| Hex | F4 | B6 | E0 | 0 | 19 | 8 | 4 | 13F | 4A | 54 |
| Octal | 364 | 266 | 340 | 0 | 31 | 10 | 4 | 477 | 112 | 124 |
| Binary | 11110100 | 10110110 | 11100000 | 0 | 11001 | 1000 | 100 | 100111111 | 1001010 | 1010100 |
Color Harmonies of #F4B6E0
Complementary color
Monochromatic Colors of #F4B6E0
Black with #F4B6E0
Text Example
Text Example
White with #F4B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B6E0; }
p { color: rgb(244,182,224); }
H1.HeaderClassName
{
color: #F4B6E0;
}
.AnyTagClassName
{
color: #F4B6E0;
}
</style>
background-color css
<style>
a { background-color: #F4B6E0; }
a { background-color: rgb(244,182,224); }
div.DivClassName
{
background-color: #F4B6E0;
}
.BgClassName
{
background-color: #F4B6E0;
}
</style>
border-color css
<style>
span { border-color: #F4B6E0; }
span { border-color: rgb(244,182,224); }
td.TdClassName
{
border-color: #F4B6E0;
}
.TagClassName
{
border-color: #F4B6E0;
}
</style>