Shades of Lavender Rose #F4B3F1
Tints of Lavender Rose #F4B3F1
RGB
CMYK
RGB Variations
Color information
#F4B3F1 (or 0xF4B3F1) is known color: Lavender Rose. HEX triplet: F4, B3 and F1. RGB value is (244,179,241). Sum of RGB (Red+Green+Blue) = 244+179+241=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B3F1 is #0B4C0E. Grayscale: #CDCDCD. Windows color (decimal): -740367 or 15840244. OLE color: 15840244.
HSL color Cylindrical-coordinate representation of color #F4B3F1: hue angle of 302.77º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B3F1 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 241 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.04 |
| HSL | 302.77º | 0.75% | 0.83% | - |
| HSV(B) | 302.77º | 0.27% | 0.96% | - |
| XYZ | 69.31 | 57.82 | 90.73 | - |
| YUV | 205.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 241 | 0 | 0.27 | 0.01 | 0.04 | 302.77 | 0.75 | 0.83 |
| Hex | F4 | B3 | F1 | 0 | 1B | 1 | 4 | 12F | 4B | 53 |
| Octal | 364 | 263 | 361 | 0 | 33 | 1 | 4 | 457 | 113 | 123 |
| Binary | 11110100 | 10110011 | 11110001 | 0 | 11011 | 1 | 100 | 100101111 | 1001011 | 1010011 |
Color Harmonies of #F4B3F1
Complementary color
Monochromatic Colors of #F4B3F1
Black with #F4B3F1
Text Example
Text Example
White with #F4B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B3F1; }
p { color: rgb(244,179,241); }
H1.HeaderClassName
{
color: #F4B3F1;
}
.AnyTagClassName
{
color: #F4B3F1;
}
</style>
background-color css
<style>
a { background-color: #F4B3F1; }
a { background-color: rgb(244,179,241); }
div.DivClassName
{
background-color: #F4B3F1;
}
.BgClassName
{
background-color: #F4B3F1;
}
</style>
border-color css
<style>
span { border-color: #F4B3F1; }
span { border-color: rgb(244,179,241); }
td.TdClassName
{
border-color: #F4B3F1;
}
.TagClassName
{
border-color: #F4B3F1;
}
</style>