Html Css Color HEX #F1B3EC French Lilac

📋 copy color: '#F1B3EC'

red 241 ◦ green 179 ◦ blue 236

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

Shades of French Lilac #F1B3EC

Tints of French Lilac #F1B3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.29%

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 36.74%
G = 27.29%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1B3EC (or 0xF1B3EC) is known color: French Lilac. HEX triplet: F1, B3 and EC. RGB value is (241,179,236). Sum of RGB (Red+Green+Blue) = 241+179+236=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B3EC is #0E4C13. Grayscale: #CBCBCB. Windows color (decimal): -936980 or 15512561. OLE color: 15512561.

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

Color convert

RGB 241 179 236 -
CMYK 0 0.26 0.02 0.05
HSL 304.84º 0.69% 0.82% -
HSV(B) 304.84º 0.26% 0.95% -
XYZ 67.54 57 86.8 -
YUV 204.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 241 179 236 0 0.26 0.02 0.05 304.84 0.69 0.82
Hex F1 B3 EC 0 1A 2 5 131 45 52
Octal 361 263 354 0 32 2 5 461 105 122
Binary 11110001 10110011 11101100 0 11010 10 101 100110001 1000101 1010010

Color Harmonies of #F1B3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3EC

Black with #F1B3EC

Text Example


Text Example

White with #F1B3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3EC; }

 p { color: rgb(241,179,236); }

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

background-color css

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

 a { background-color: rgb(241,179,236); }

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

border-color css

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

 span { border-color: rgb(241,179,236); }

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