Html Css Color HEX #F3BAF1 French Lilac

📋 copy color: '#F3BAF1'

red 243 ◦ green 186 ◦ blue 241

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

Shades of French Lilac #F3BAF1

Tints of French Lilac #F3BAF1

RGB

 RED value IS 243 (95.31% from 255) = 36.27%

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

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

R = 36.27%
G = 27.76%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F3BAF1 (or 0xF3BAF1) is known color: French Lilac. HEX triplet: F3, BA and F1. RGB value is (243,186,241). Sum of RGB (Red+Green+Blue) = 243+186+241=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAF1 is #0C450E. Grayscale: #D1D1D1. Windows color (decimal): -804111 or 15842035. OLE color: 15842035.

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

Color convert

RGB 243 186 241 -
CMYK 0 0.23 0.01 0.05
HSL 302.11º 0.7% 0.84% -
HSV(B) 302.11º 0.23% 0.95% -
XYZ 70.4 60.52 91.19 -
YUV 209.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 243 186 241 0 0.23 0.01 0.05 302.11 0.7 0.84
Hex F3 BA F1 0 17 1 5 12E 46 54
Octal 363 272 361 0 27 1 5 456 106 124
Binary 11110011 10111010 11110001 0 10111 1 101 100101110 1000110 1010100

Color Harmonies of #F3BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAF1

Black with #F3BAF1

Text Example


Text Example

White with #F3BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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