Html Css Color HEX #F0B9F1 French Lilac

📋 copy color: '#F0B9F1'

red 240 ◦ green 185 ◦ blue 241

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

Shades of French Lilac #F0B9F1

Tints of French Lilac #F0B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.78%

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

R = 36.04%
G = 27.78%
B = 36.19%

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

#F0B9F1 (or 0xF0B9F1) is known color: French Lilac. HEX triplet: F0, B9 and F1. RGB value is (240,185,241). Sum of RGB (Red+Green+Blue) = 240+185+241=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0B9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9F1 is #0F460E. Grayscale: #CFCFCF. Windows color (decimal): -1000975 or 15841776. OLE color: 15841776.

HSL color Cylindrical-coordinate representation of color #F0B9F1: hue angle of 298.93º degrees, saturation: 0.67, 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 #F0B9F1 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 185 241 -
CMYK 0.00 0.23 0 0.05
HSL 298.93º 0.67% 0.84% -
HSV(B) 298.93º 0.23% 0.95% -
XYZ 69.16 59.57 91.07 -
YUV 207.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 240 185 241 0.00 0.23 0 0.05 298.93 0.67 0.84
Hex F0 B9 F1 0 17 0 5 12B 43 54
Octal 360 271 361 0 27 0 5 453 103 124
Binary 11110000 10111001 11110001 0 10111 0 101 100101011 1000011 1010100

Color Harmonies of #F0B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9F1

Black with #F0B9F1

Text Example


Text Example

White with #F0B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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