Html Css Color HEX #F1BDE6 French Lilac

📋 copy color: '#F1BDE6'

red 241 ◦ green 189 ◦ blue 230

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

Shades of French Lilac #F1BDE6

Tints of French Lilac #F1BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 36.52%
G = 28.64%
B = 34.85%

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

#F1BDE6 (or 0xF1BDE6) is known color: French Lilac. HEX triplet: F1, BD and E6. RGB value is (241,189,230). Sum of RGB (Red+Green+Blue) = 241+189+230=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDE6 is #0E4219. Grayscale: #D1D1D1. Windows color (decimal): -934426 or 15121905. OLE color: 15121905.

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

Color convert

RGB 241 189 230 -
CMYK 0 0.22 0.05 0.05
HSL 312.69º 0.65% 0.84% -
HSV(B) 312.69º 0.22% 0.95% -
XYZ 68.76 60.81 82.98 -
YUV 209.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 241 189 230 0 0.22 0.05 0.05 312.69 0.65 0.84
Hex F1 BD E6 0 16 5 5 139 41 54
Octal 361 275 346 0 26 5 5 471 101 124
Binary 11110001 10111101 11100110 0 10110 101 101 100111001 1000001 1010100

Color Harmonies of #F1BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDE6

Black with #F1BDE6

Text Example


Text Example

White with #F1BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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