Shades of French Lilac #F4BFE7
Tints of French Lilac #F4BFE7
RGB
CMYK
RGB Variations
Color information
#F4BFE7 (or 0xF4BFE7) is known color: French Lilac. HEX triplet: F4, BF and E7. RGB value is (244,191,231). Sum of RGB (Red+Green+Blue) = 244+191+231=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFE7 is #0B4018. Grayscale: #D3D3D3. Windows color (decimal): -737305 or 15187956. OLE color: 15187956.
HSL color Cylindrical-coordinate representation of color #F4BFE7: hue angle of 314.72º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BFE7 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 231 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.04 |
| HSL | 314.72º | 0.71% | 0.85% | - |
| HSV(B) | 314.72º | 0.22% | 0.96% | - |
| XYZ | 70.36 | 62.26 | 83.91 | - |
| YUV | 211.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 231 | 0 | 0.22 | 0.05 | 0.04 | 314.72 | 0.71 | 0.85 |
| Hex | F4 | BF | E7 | 0 | 16 | 5 | 4 | 13B | 47 | 55 |
| Octal | 364 | 277 | 347 | 0 | 26 | 5 | 4 | 473 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11100111 | 0 | 10110 | 101 | 100 | 100111011 | 1000111 | 1010101 |
Color Harmonies of #F4BFE7
Complementary color
Monochromatic Colors of #F4BFE7
Black with #F4BFE7
Text Example
Text Example
White with #F4BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFE7; }
p { color: rgb(244,191,231); }
H1.HeaderClassName
{
color: #F4BFE7;
}
.AnyTagClassName
{
color: #F4BFE7;
}
</style>
background-color css
<style>
a { background-color: #F4BFE7; }
a { background-color: rgb(244,191,231); }
div.DivClassName
{
background-color: #F4BFE7;
}
.BgClassName
{
background-color: #F4BFE7;
}
</style>
border-color css
<style>
span { border-color: #F4BFE7; }
span { border-color: rgb(244,191,231); }
td.TdClassName
{
border-color: #F4BFE7;
}
.TagClassName
{
border-color: #F4BFE7;
}
</style>