Shades of French Lilac #F4BFE6
Tints of French Lilac #F4BFE6
RGB
CMYK
RGB Variations
Color information
#F4BFE6 (or 0xF4BFE6) is known color: French Lilac. HEX triplet: F4, BF and E6. RGB value is (244,191,230). Sum of RGB (Red+Green+Blue) = 244+191+230=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFE6 is #0B4019. Grayscale: #D3D3D3. Windows color (decimal): -737306 or 15122420. OLE color: 15122420.
HSL color Cylindrical-coordinate representation of color #F4BFE6: hue angle of 315.85º 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 #F4BFE6 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 230 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.04 |
| HSL | 315.85º | 0.71% | 0.85% | - |
| HSV(B) | 315.85º | 0.22% | 0.96% | - |
| XYZ | 70.22 | 62.21 | 83.17 | - |
| YUV | 211.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 230 | 0 | 0.22 | 0.06 | 0.04 | 315.85 | 0.71 | 0.85 |
| Hex | F4 | BF | E6 | 0 | 16 | 6 | 4 | 13C | 47 | 55 |
| Octal | 364 | 277 | 346 | 0 | 26 | 6 | 4 | 474 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11100110 | 0 | 10110 | 110 | 100 | 100111100 | 1000111 | 1010101 |
Color Harmonies of #F4BFE6
Complementary color
Monochromatic Colors of #F4BFE6
Black with #F4BFE6
Text Example
Text Example
White with #F4BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFE6; }
p { color: rgb(244,191,230); }
H1.HeaderClassName
{
color: #F4BFE6;
}
.AnyTagClassName
{
color: #F4BFE6;
}
</style>
background-color css
<style>
a { background-color: #F4BFE6; }
a { background-color: rgb(244,191,230); }
div.DivClassName
{
background-color: #F4BFE6;
}
.BgClassName
{
background-color: #F4BFE6;
}
</style>
border-color css
<style>
span { border-color: #F4BFE6; }
span { border-color: rgb(244,191,230); }
td.TdClassName
{
border-color: #F4BFE6;
}
.TagClassName
{
border-color: #F4BFE6;
}
</style>