Html Css Color HEX #F0B2ED French Lilac

📋 copy color: '#F0B2ED'

red 240 ◦ green 178 ◦ blue 237

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

Shades of French Lilac #F0B2ED

Tints of French Lilac #F0B2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.18%

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

R = 36.64%
G = 27.18%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0B2ED (or 0xF0B2ED) is known color: French Lilac. HEX triplet: F0, B2 and ED. RGB value is (240,178,237). Sum of RGB (Red+Green+Blue) = 240+178+237=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2ED is #0F4D12. Grayscale: #CBCBCB. Windows color (decimal): -1002771 or 15577840. OLE color: 15577840.

HSL color Cylindrical-coordinate representation of color #F0B2ED: hue angle of 302.9º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2ED is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 237 -
CMYK 0 0.26 0.01 0.06
HSL 302.9º 0.67% 0.82% -
HSV(B) 302.9º 0.26% 0.94% -
XYZ 67.14 56.48 87.48 -
YUV 203.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 240 178 237 0 0.26 0.01 0.06 302.9 0.67 0.82
Hex F0 B2 ED 0 1A 1 6 12F 43 52
Octal 360 262 355 0 32 1 6 457 103 122
Binary 11110000 10110010 11101101 0 11010 1 110 100101111 1000011 1010010

Color Harmonies of #F0B2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2ED

Black with #F0B2ED

Text Example


Text Example

White with #F0B2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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