Html Css Color HEX #F1BDE8 French Lilac

📋 copy color: '#F1BDE8'

red 241 ◦ green 189 ◦ blue 232

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

Shades of French Lilac #F1BDE8

Tints of French Lilac #F1BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.05%

R = 36.4%
G = 28.55%
B = 35.05%

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

#F1BDE8 (or 0xF1BDE8) is known color: French Lilac. HEX triplet: F1, BD and E8. RGB value is (241,189,232). Sum of RGB (Red+Green+Blue) = 241+189+232=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDE8 is #0E4217. Grayscale: #D1D1D1. Windows color (decimal): -934424 or 15252977. OLE color: 15252977.

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

Color convert

RGB 241 189 232 -
CMYK 0 0.22 0.04 0.05
HSL 310.38º 0.65% 0.84% -
HSV(B) 310.38º 0.22% 0.95% -
XYZ 69.04 60.92 84.46 -
YUV 209.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 241 189 232 0 0.22 0.04 0.05 310.38 0.65 0.84
Hex F1 BD E8 0 16 4 5 136 41 54
Octal 361 275 350 0 26 4 5 466 101 124
Binary 11110001 10111101 11101000 0 10110 100 101 100110110 1000001 1010100

Color Harmonies of #F1BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDE8

Black with #F1BDE8

Text Example


Text Example

White with #F1BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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