Html Css Color HEX #F0B2EF French Lilac

📋 copy color: '#F0B2EF'

red 240 ◦ green 178 ◦ blue 239

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

Shades of French Lilac #F0B2EF

Tints of French Lilac #F0B2EF

RGB

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

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

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

R = 36.53%
G = 27.09%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0B2EF (or 0xF0B2EF) is known color: French Lilac. HEX triplet: F0, B2 and EF. RGB value is (240,178,239). Sum of RGB (Red+Green+Blue) = 240+178+239=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2EF is #0F4D10. Grayscale: #CBCBCB. Windows color (decimal): -1002769 or 15708912. OLE color: 15708912.

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

Color convert

RGB 240 178 239 -
CMYK 0 0.26 0.00 0.06
HSL 300.97º 0.67% 0.82% -
HSV(B) 300.97º 0.26% 0.94% -
XYZ 67.44 56.6 89.03 -
YUV 203.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 240 178 239 0 0.26 0.00 0.06 300.97 0.67 0.82
Hex F0 B2 EF 0 1A 0 6 12D 43 52
Octal 360 262 357 0 32 0 6 455 103 122
Binary 11110000 10110010 11101111 0 11010 0 110 100101101 1000011 1010010

Color Harmonies of #F0B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2EF

Black with #F0B2EF

Text Example


Text Example

White with #F0B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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