Html Css Color HEX #F3BCF1 French Lilac

📋 copy color: '#F3BCF1'

red 243 ◦ green 188 ◦ blue 241

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

Shades of French Lilac #F3BCF1

Tints of French Lilac #F3BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.98%

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

R = 36.16%
G = 27.98%
B = 35.86%

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

#F3BCF1 (or 0xF3BCF1) is known color: French Lilac. HEX triplet: F3, BC and F1. RGB value is (243,188,241). Sum of RGB (Red+Green+Blue) = 243+188+241=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCF1 is #0C430E. Grayscale: #D2D2D2. Windows color (decimal): -803599 or 15842547. OLE color: 15842547.

HSL color Cylindrical-coordinate representation of color #F3BCF1: hue angle of 302.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCF1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 241 -
CMYK 0 0.23 0.01 0.05
HSL 302.18º 0.7% 0.85% -
HSV(B) 302.18º 0.23% 0.95% -
XYZ 70.82 61.37 91.33 -
YUV 210.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 243 188 241 0 0.23 0.01 0.05 302.18 0.7 0.85
Hex F3 BC F1 0 17 1 5 12E 46 55
Octal 363 274 361 0 27 1 5 456 106 125
Binary 11110011 10111100 11110001 0 10111 1 101 100101110 1000110 1010101

Color Harmonies of #F3BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCF1

Black with #F3BCF1

Text Example


Text Example

White with #F3BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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