Html Css Color HEX #F1BCE7 French Lilac

📋 copy color: '#F1BCE7'

red 241 ◦ green 188 ◦ blue 231

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

Shades of French Lilac #F1BCE7

Tints of French Lilac #F1BCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35%

R = 36.52%
G = 28.48%
B = 35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1BCE7 (or 0xF1BCE7) is known color: French Lilac. HEX triplet: F1, BC and E7. RGB value is (241,188,231). Sum of RGB (Red+Green+Blue) = 241+188+231=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCE7 is #0E4318. Grayscale: #D0D0D0. Windows color (decimal): -934681 or 15187185. OLE color: 15187185.

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

Color convert

RGB 241 188 231 -
CMYK 0 0.22 0.04 0.05
HSL 311.32º 0.65% 0.84% -
HSV(B) 311.32º 0.22% 0.95% -
XYZ 68.68 60.44 83.65 -
YUV 208.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 241 188 231 0 0.22 0.04 0.05 311.32 0.65 0.84
Hex F1 BC E7 0 16 4 5 137 41 54
Octal 361 274 347 0 26 4 5 467 101 124
Binary 11110001 10111100 11100111 0 10110 100 101 100110111 1000001 1010100

Color Harmonies of #F1BCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCE7

Black with #F1BCE7

Text Example


Text Example

White with #F1BCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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