Html Css Color HEX #F0BAEA French Lilac

📋 copy color: '#F0BAEA'

red 240 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #F0BAEA

Tints of French Lilac #F0BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.18%

 BLUE value IS 234 (91.8% from 255) = 35.45%

R = 36.36%
G = 28.18%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0BAEA (or 0xF0BAEA) is known color: French Lilac. HEX triplet: F0, BA and EA. RGB value is (240,186,234). Sum of RGB (Red+Green+Blue) = 240+186+234=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEA is #0F4515. Grayscale: #CFCFCF. Windows color (decimal): -1000726 or 15383280. OLE color: 15383280.

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

Color convert

RGB 240 186 234 -
CMYK 0 0.22 0.02 0.06
HSL 306.67º 0.64% 0.84% -
HSV(B) 306.67º 0.23% 0.94% -
XYZ 68.35 59.58 85.74 -
YUV 207.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 240 186 234 0 0.22 0.02 0.06 306.67 0.64 0.84
Hex F0 BA EA 0 16 2 6 133 40 54
Octal 360 272 352 0 26 2 6 463 100 124
Binary 11110000 10111010 11101010 0 10110 10 110 100110011 1000000 1010100

Color Harmonies of #F0BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAEA

Black with #F0BAEA

Text Example


Text Example

White with #F0BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAEA; }

 p { color: rgb(240,186,234); }

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

background-color css

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

 a { background-color: rgb(240,186,234); }

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

border-color css

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

 span { border-color: rgb(240,186,234); }

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