#F0B8EB

Color #F0B8EB French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F0B8EB

Tints of French Lilac #F0B8EB

Color information

#F0B8EB (or 0xF0B8EB) is unknown color: approx French Lilac. HEX triplet: F0, B8 and EB. RGB value is (240,184,235). Sum of RGB (Red+Green+Blue) = 240+184+235=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8EB is #0F4714. Grayscale: #CECECE. Windows color (decimal): -1001237 or 15448304. OLE color: 15448304.

HSL color Cylindrical-coordinate representation of color #F0B8EB: hue angle of 305.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8EB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240184235-
CMYK00.230.020.06
HSL305.36º65.12%83.14%-
HSV(B)305.36º23.33%94.12%-
XYZ68.0758.886.36-
YUV206.56144.05151.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 184 (72.27% from 255) = 27.92%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=36.42%
G=27.92%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018423500.230.020.06305.3665.1283.14
HexF0B8EB017261314153
Octal36027035302726461101123
Binary1111000010111000111010110101111011010011000110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B8EB; }

 p { color: rgb(240,184,235); }

 H1.HeaderClassName
 {
   color: #F0B8EB;
 }
 .AnyTagClassName
 {
   color: #F0B8EB;
 }
</style>
background-color css

<style>
 a { background-color: #F0B8EB; }

 a { background-color: rgb(240,184,235); }

 div.DivClassName
 {
   background-color: #F0B8EB;
 }
 .BgClassName
 {
   background-color: #F0B8EB;
 }
</style>
border-color css

<style>
 span { border-color: #F0B8EB; }

 span { border-color: rgb(240,184,235); }

 td.TdClassName
 {
   border-color: #F0B8EB;
 }
 .TagClassName
 {
   border-color: #F0B8EB;
 }
</style>