Html Css Color HEX #F1BDE7 French Lilac

📋 copy color: '#F1BDE7'

red 241 ◦ green 189 ◦ blue 231

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

Shades of French Lilac #F1BDE7

Tints of French Lilac #F1BDE7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.59%

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

R = 36.46%
G = 28.59%
B = 34.95%

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

#F1BDE7 (or 0xF1BDE7) is known color: French Lilac. HEX triplet: F1, BD and E7. RGB value is (241,189,231). Sum of RGB (Red+Green+Blue) = 241+189+231=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDE7 is #0E4218. Grayscale: #D1D1D1. Windows color (decimal): -934425 or 15187441. OLE color: 15187441.

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

Color convert

RGB 241 189 231 -
CMYK 0 0.22 0.04 0.05
HSL 311.54º 0.65% 0.84% -
HSV(B) 311.54º 0.22% 0.95% -
XYZ 68.9 60.87 83.72 -
YUV 209.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 241 189 231 0 0.22 0.04 0.05 311.54 0.65 0.84
Hex F1 BD E7 0 16 4 5 138 41 54
Octal 361 275 347 0 26 4 5 470 101 124
Binary 11110001 10111101 11100111 0 10110 100 101 100111000 1000001 1010100

Color Harmonies of #F1BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDE7

Black with #F1BDE7

Text Example


Text Example

White with #F1BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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