Html Css Color HEX #F1BCE1 French Lilac

📋 copy color: '#F1BCE1'

red 241 ◦ green 188 ◦ blue 225

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

Shades of French Lilac #F1BCE1

Tints of French Lilac #F1BCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 36.85%
G = 28.75%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1BCE1 (or 0xF1BCE1) is known color: French Lilac. HEX triplet: F1, BC and E1. RGB value is (241,188,225). Sum of RGB (Red+Green+Blue) = 241+188+225=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE1 is #0E431E. Grayscale: #CFCFCF. Windows color (decimal): -934687 or 14793969. OLE color: 14793969.

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

Color convert

RGB 241 188 225 -
CMYK 0 0.22 0.07 0.05
HSL 318.11º 0.65% 0.84% -
HSV(B) 318.11º 0.22% 0.95% -
XYZ 67.85 60.1 79.26 -
YUV 208.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 241 188 225 0 0.22 0.07 0.05 318.11 0.65 0.84
Hex F1 BC E1 0 16 7 5 13E 41 54
Octal 361 274 341 0 26 7 5 476 101 124
Binary 11110001 10111100 11100001 0 10110 111 101 100111110 1000001 1010100

Color Harmonies of #F1BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCE1

Black with #F1BCE1

Text Example


Text Example

White with #F1BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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