Html Css Color HEX #F0B5EF French Lilac

📋 copy color: '#F0B5EF'

red 240 ◦ green 181 ◦ blue 239

#F0B5EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #F0B5EF

Tints of French Lilac #F0B5EF

RGB

 RED value IS 240 (94.14% from 255) = 36.36%

 GREEN value IS 181 (71.09% from 255) = 27.42%

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 36.36%
G = 27.42%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0B5EF (or 0xF0B5EF) is known color: French Lilac. HEX triplet: F0, B5 and EF. RGB value is (240,181,239). Sum of RGB (Red+Green+Blue) = 240+181+239=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5EF is #0F4A10. Grayscale: #CDCDCD. Windows color (decimal): -1002001 or 15709680. OLE color: 15709680.

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

Color convert

RGB 240 181 239 -
CMYK 0 0.25 0.00 0.06
HSL 301.02º 0.66% 0.83% -
HSV(B) 301.02º 0.25% 0.94% -
XYZ 68.04 57.81 89.23 -
YUV 205.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 240 181 239 0 0.25 0.00 0.06 301.02 0.66 0.83
Hex F0 B5 EF 0 19 0 6 12D 42 53
Octal 360 265 357 0 31 0 6 455 102 123
Binary 11110000 10110101 11101111 0 11001 0 110 100101101 1000010 1010011

Color Harmonies of #F0B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5EF

Black with #F0B5EF

Text Example


Text Example

White with #F0B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5EF; }

 p { color: rgb(240,181,239); }

 H1.HeaderClassName
 {
   color: #F0B5EF;
 }
 .AnyTagClassName
 {
   color: #F0B5EF;
 }
</style>

background-color css

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

 a { background-color: rgb(240,181,239); }

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

border-color css

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

 span { border-color: rgb(240,181,239); }

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