Html Css Color HEX #F1B3F2 French Lilac

📋 copy color: '#F1B3F2'

red 241 ◦ green 179 ◦ blue 242

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

Shades of French Lilac #F1B3F2

Tints of French Lilac #F1B3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.56%

R = 36.4%
G = 27.04%
B = 36.56%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1B3F2 (or 0xF1B3F2) is known color: French Lilac. HEX triplet: F1, B3 and F2. RGB value is (241,179,242). Sum of RGB (Red+Green+Blue) = 241+179+242=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1B3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B3F2 is #0E4C0D. Grayscale: #CCCCCC. Windows color (decimal): -936974 or 15905777. OLE color: 15905777.

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

Color convert

RGB 241 179 242 -
CMYK 0.00 0.26 0 0.05
HSL 299.05º 0.71% 0.83% -
HSV(B) 299.05º 0.26% 0.95% -
XYZ 68.42 57.35 91.47 -
YUV 204.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 241 179 242 0.00 0.26 0 0.05 299.05 0.71 0.83
Hex F1 B3 F2 0 1A 0 5 12B 47 53
Octal 361 263 362 0 32 0 5 453 107 123
Binary 11110001 10110011 11110010 0 11010 0 101 100101011 1000111 1010011

Color Harmonies of #F1B3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3F2

Black with #F1B3F2

Text Example


Text Example

White with #F1B3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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