Html Css Color HEX #F1BBED French Lilac

📋 copy color: '#F1BBED'

red 241 ◦ green 187 ◦ blue 237

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

Shades of French Lilac #F1BBED

Tints of French Lilac #F1BBED

RGB

 RED value IS 241 (94.53% from 255) = 36.24%

 GREEN value IS 187 (73.44% from 255) = 28.12%

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

R = 36.24%
G = 28.12%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1BBED (or 0xF1BBED) is known color: French Lilac. HEX triplet: F1, BB and ED. RGB value is (241,187,237). Sum of RGB (Red+Green+Blue) = 241+187+237=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBED is #0E4412. Grayscale: #D0D0D0. Windows color (decimal): -934931 or 15580145. OLE color: 15580145.

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

Color convert

RGB 241 187 237 -
CMYK 0 0.22 0.02 0.05
HSL 304.44º 0.66% 0.84% -
HSV(B) 304.44º 0.22% 0.95% -
XYZ 69.33 60.36 88.12 -
YUV 208.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 241 187 237 0 0.22 0.02 0.05 304.44 0.66 0.84
Hex F1 BB ED 0 16 2 5 130 42 54
Octal 361 273 355 0 26 2 5 460 102 124
Binary 11110001 10111011 11101101 0 10110 10 101 100110000 1000010 1010100

Color Harmonies of #F1BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBED

Black with #F1BBED

Text Example


Text Example

White with #F1BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBED; }

 p { color: rgb(241,187,237); }

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

background-color css

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

 a { background-color: rgb(241,187,237); }

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

border-color css

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

 span { border-color: rgb(241,187,237); }

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