Html Css Color HEX #F0BAF1 French Lilac

📋 copy color: '#F0BAF1'

red 240 ◦ green 186 ◦ blue 241

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

Shades of French Lilac #F0BAF1

Tints of French Lilac #F0BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 35.98%
G = 27.89%
B = 36.13%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0BAF1 (or 0xF0BAF1) is known color: French Lilac. HEX triplet: F0, BA and F1. RGB value is (240,186,241). Sum of RGB (Red+Green+Blue) = 240+186+241=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF1 is #0F450E. Grayscale: #D0D0D0. Windows color (decimal): -1000719 or 15842032. OLE color: 15842032.

HSL color Cylindrical-coordinate representation of color #F0BAF1: hue angle of 298.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BAF1 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 186 241 -
CMYK 0.00 0.23 0 0.05
HSL 298.91º 0.66% 0.84% -
HSV(B) 298.91º 0.23% 0.95% -
XYZ 69.37 59.99 91.14 -
YUV 208.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 240 186 241 0.00 0.23 0 0.05 298.91 0.66 0.84
Hex F0 BA F1 0 17 0 5 12B 42 54
Octal 360 272 361 0 27 0 5 453 102 124
Binary 11110000 10111010 11110001 0 10111 0 101 100101011 1000010 1010100

Color Harmonies of #F0BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAF1

Black with #F0BAF1

Text Example


Text Example

White with #F0BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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