Shades of Lavender Rose #F4B0F1
Tints of Lavender Rose #F4B0F1
RGB
CMYK
RGB Variations
Color information
#F4B0F1 (or 0xF4B0F1) is known color: Lavender Rose. HEX triplet: F4, B0 and F1. RGB value is (244,176,241). Sum of RGB (Red+Green+Blue) = 244+176+241=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B0F1 is #0B4F0E. Grayscale: #CBCBCB. Windows color (decimal): -741135 or 15839476. OLE color: 15839476.
HSL color Cylindrical-coordinate representation of color #F4B0F1: hue angle of 302.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0F1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 241 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.04 |
| HSL | 302.65º | 0.76% | 0.82% | - |
| HSV(B) | 302.65º | 0.28% | 0.96% | - |
| XYZ | 68.71 | 56.63 | 90.53 | - |
| YUV | 203.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 241 | 0 | 0.28 | 0.01 | 0.04 | 302.65 | 0.76 | 0.82 |
| Hex | F4 | B0 | F1 | 0 | 1C | 1 | 4 | 12F | 4C | 52 |
| Octal | 364 | 260 | 361 | 0 | 34 | 1 | 4 | 457 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11110001 | 0 | 11100 | 1 | 100 | 100101111 | 1001100 | 1010010 |
Color Harmonies of #F4B0F1
Complementary color
Monochromatic Colors of #F4B0F1
Black with #F4B0F1
Text Example
Text Example
White with #F4B0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0F1; }
p { color: rgb(244,176,241); }
H1.HeaderClassName
{
color: #F4B0F1;
}
.AnyTagClassName
{
color: #F4B0F1;
}
</style>
background-color css
<style>
a { background-color: #F4B0F1; }
a { background-color: rgb(244,176,241); }
div.DivClassName
{
background-color: #F4B0F1;
}
.BgClassName
{
background-color: #F4B0F1;
}
</style>
border-color css
<style>
span { border-color: #F4B0F1; }
span { border-color: rgb(244,176,241); }
td.TdClassName
{
border-color: #F4B0F1;
}
.TagClassName
{
border-color: #F4B0F1;
}
</style>