Html Css Color HEX #F0B5ED French Lilac

📋 copy color: '#F0B5ED'

red 240 ◦ green 181 ◦ blue 237

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

Shades of French Lilac #F0B5ED

Tints of French Lilac #F0B5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 36.47%
G = 27.51%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0B5ED (or 0xF0B5ED) is known color: French Lilac. HEX triplet: F0, B5 and ED. RGB value is (240,181,237). Sum of RGB (Red+Green+Blue) = 240+181+237=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5ED is #0F4A12. Grayscale: #CCCCCC. Windows color (decimal): -1002003 or 15578608. OLE color: 15578608.

HSL color Cylindrical-coordinate representation of color #F0B5ED: hue angle of 303.05º 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 #F0B5ED is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 237 -
CMYK 0 0.25 0.01 0.06
HSL 303.05º 0.66% 0.83% -
HSV(B) 303.05º 0.25% 0.94% -
XYZ 67.75 57.69 87.69 -
YUV 205.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 240 181 237 0 0.25 0.01 0.06 303.05 0.66 0.83
Hex F0 B5 ED 0 19 1 6 12F 42 53
Octal 360 265 355 0 31 1 6 457 102 123
Binary 11110000 10110101 11101101 0 11001 1 110 100101111 1000010 1010011

Color Harmonies of #F0B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5ED

Black with #F0B5ED

Text Example


Text Example

White with #F0B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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