Shades of Lavender Rose #F4B8ED
Tints of Lavender Rose #F4B8ED
RGB
CMYK
RGB Variations
Color information
#F4B8ED (or 0xF4B8ED) is known color: Lavender Rose. HEX triplet: F4, B8 and ED. RGB value is (244,184,237). Sum of RGB (Red+Green+Blue) = 244+184+237=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B8ED is #0B4712. Grayscale: #CFCFCF. Windows color (decimal): -739091 or 15579380. OLE color: 15579380.
HSL color Cylindrical-coordinate representation of color #F4B8ED: hue angle of 307º degrees, saturation: 0.73, 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 #F4B8ED is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 237 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.04 |
| HSL | 307º | 0.73% | 0.84% | - |
| HSV(B) | 307º | 0.25% | 0.96% | - |
| XYZ | 69.73 | 59.63 | 87.95 | - |
| YUV | 207.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 237 | 0 | 0.25 | 0.03 | 0.04 | 307 | 0.73 | 0.84 |
| Hex | F4 | B8 | ED | 0 | 19 | 3 | 4 | 133 | 49 | 54 |
| Octal | 364 | 270 | 355 | 0 | 31 | 3 | 4 | 463 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11101101 | 0 | 11001 | 11 | 100 | 100110011 | 1001001 | 1010100 |
Color Harmonies of #F4B8ED
Complementary color
Monochromatic Colors of #F4B8ED
Black with #F4B8ED
Text Example
Text Example
White with #F4B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8ED; }
p { color: rgb(244,184,237); }
H1.HeaderClassName
{
color: #F4B8ED;
}
.AnyTagClassName
{
color: #F4B8ED;
}
</style>
background-color css
<style>
a { background-color: #F4B8ED; }
a { background-color: rgb(244,184,237); }
div.DivClassName
{
background-color: #F4B8ED;
}
.BgClassName
{
background-color: #F4B8ED;
}
</style>
border-color css
<style>
span { border-color: #F4B8ED; }
span { border-color: rgb(244,184,237); }
td.TdClassName
{
border-color: #F4B8ED;
}
.TagClassName
{
border-color: #F4B8ED;
}
</style>