Html Css Color HEX #F1BCF0 French Lilac

📋 copy color: '#F1BCF0'

red 241 ◦ green 188 ◦ blue 240

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

Shades of French Lilac #F1BCF0

Tints of French Lilac #F1BCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 36.02%
G = 28.1%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1BCF0 (or 0xF1BCF0) is known color: French Lilac. HEX triplet: F1, BC and F0. RGB value is (241,188,240). Sum of RGB (Red+Green+Blue) = 241+188+240=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCF0 is #0E430F. Grayscale: #D1D1D1. Windows color (decimal): -934672 or 15777009. OLE color: 15777009.

HSL color Cylindrical-coordinate representation of color #F1BCF0: hue angle of 301.13º degrees, saturation: 0.65, 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 #F1BCF0 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 240 -
CMYK 0 0.22 0.00 0.05
HSL 301.13º 0.65% 0.84% -
HSV(B) 301.13º 0.22% 0.95% -
XYZ 69.99 60.96 90.52 -
YUV 209.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 241 188 240 0 0.22 0.00 0.05 301.13 0.65 0.84
Hex F1 BC F0 0 16 0 5 12D 41 54
Octal 361 274 360 0 26 0 5 455 101 124
Binary 11110001 10111100 11110000 0 10110 0 101 100101101 1000001 1010100

Color Harmonies of #F1BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCF0

Black with #F1BCF0

Text Example


Text Example

White with #F1BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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