Html Css Color HEX #F1BCE5 French Lilac

📋 copy color: '#F1BCE5'

red 241 ◦ green 188 ◦ blue 229

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

Shades of French Lilac #F1BCE5

Tints of French Lilac #F1BCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 36.63%
G = 28.57%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1BCE5 (or 0xF1BCE5) is known color: French Lilac. HEX triplet: F1, BC and E5. RGB value is (241,188,229). Sum of RGB (Red+Green+Blue) = 241+188+229=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE5 is #0E431A. Grayscale: #D0D0D0. Windows color (decimal): -934683 or 15056113. OLE color: 15056113.

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

Color convert

RGB 241 188 229 -
CMYK 0 0.22 0.05 0.05
HSL 313.58º 0.65% 0.84% -
HSV(B) 313.58º 0.22% 0.95% -
XYZ 68.4 60.32 82.17 -
YUV 208.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 241 188 229 0 0.22 0.05 0.05 313.58 0.65 0.84
Hex F1 BC E5 0 16 5 5 13A 41 54
Octal 361 274 345 0 26 5 5 472 101 124
Binary 11110001 10111100 11100101 0 10110 101 101 100111010 1000001 1010100

Color Harmonies of #F1BCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCE5

Black with #F1BCE5

Text Example


Text Example

White with #F1BCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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