Html Css Color HEX #F1BDE5 French Lilac

📋 copy color: '#F1BDE5'

red 241 ◦ green 189 ◦ blue 229

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

Shades of French Lilac #F1BDE5

Tints of French Lilac #F1BDE5

RGB

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

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

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

R = 36.57%
G = 28.68%
B = 34.75%

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

#F1BDE5 (or 0xF1BDE5) is known color: French Lilac. HEX triplet: F1, BD and E5. RGB value is (241,189,229). Sum of RGB (Red+Green+Blue) = 241+189+229=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDE5 is #0E421A. Grayscale: #D1D1D1. Windows color (decimal): -934427 or 15056369. OLE color: 15056369.

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

Color convert

RGB 241 189 229 -
CMYK 0 0.22 0.05 0.05
HSL 313.85º 0.65% 0.84% -
HSV(B) 313.85º 0.22% 0.95% -
XYZ 68.62 60.75 82.24 -
YUV 209.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 241 189 229 0 0.22 0.05 0.05 313.85 0.65 0.84
Hex F1 BD E5 0 16 5 5 13A 41 54
Octal 361 275 345 0 26 5 5 472 101 124
Binary 11110001 10111101 11100101 0 10110 101 101 100111010 1000001 1010100

Color Harmonies of #F1BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDE5

Black with #F1BDE5

Text Example


Text Example

White with #F1BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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