Html Css Color HEX #F1BFE5 French Lilac

📋 copy color: '#F1BFE5'

red 241 ◦ green 191 ◦ blue 229

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

Shades of French Lilac #F1BFE5

Tints of French Lilac #F1BFE5

RGB

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

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

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

R = 36.46%
G = 28.9%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1BFE5 (or 0xF1BFE5) is known color: French Lilac. HEX triplet: F1, BF and E5. RGB value is (241,191,229). Sum of RGB (Red+Green+Blue) = 241+191+229=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFE5 is #0E401A. Grayscale: #D2D2D2. Windows color (decimal): -933915 or 15056881. OLE color: 15056881.

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

Color convert

RGB 241 191 229 -
CMYK 0 0.21 0.05 0.05
HSL 314.4º 0.64% 0.85% -
HSV(B) 314.4º 0.21% 0.95% -
XYZ 69.05 61.62 82.38 -
YUV 210.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 241 191 229 0 0.21 0.05 0.05 314.4 0.64 0.85
Hex F1 BF E5 0 15 5 5 13A 40 55
Octal 361 277 345 0 25 5 5 472 100 125
Binary 11110001 10111111 11100101 0 10101 101 101 100111010 1000000 1010101

Color Harmonies of #F1BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFE5

Black with #F1BFE5

Text Example


Text Example

White with #F1BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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