Html Css Color HEX #F1BFE7 French Lilac

📋 copy color: '#F1BFE7'

red 241 ◦ green 191 ◦ blue 231

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

Shades of French Lilac #F1BFE7

Tints of French Lilac #F1BFE7

RGB

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

 GREEN value IS 191 (75% from 255) = 28.81%

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

R = 36.35%
G = 28.81%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1BFE7 (or 0xF1BFE7) is known color: French Lilac. HEX triplet: F1, BF and E7. RGB value is (241,191,231). Sum of RGB (Red+Green+Blue) = 241+191+231=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFE7 is #0E4018. Grayscale: #D2D2D2. Windows color (decimal): -933913 or 15187953. OLE color: 15187953.

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

Color convert

RGB 241 191 231 -
CMYK 0 0.21 0.04 0.05
HSL 312º 0.64% 0.85% -
HSV(B) 312º 0.21% 0.95% -
XYZ 69.33 61.73 83.86 -
YUV 210.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 241 191 231 0 0.21 0.04 0.05 312 0.64 0.85
Hex F1 BF E7 0 15 4 5 138 40 55
Octal 361 277 347 0 25 4 5 470 100 125
Binary 11110001 10111111 11100111 0 10101 100 101 100111000 1000000 1010101

Color Harmonies of #F1BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFE7

Black with #F1BFE7

Text Example


Text Example

White with #F1BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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