Html Css Color HEX #F1B5E3 French Lilac

📋 copy color: '#F1B5E3'

red 241 ◦ green 181 ◦ blue 227

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

Shades of French Lilac #F1B5E3

Tints of French Lilac #F1B5E3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.89%

 BLUE value IS 227 (89.06% from 255) = 34.98%

R = 37.13%
G = 27.89%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1B5E3 (or 0xF1B5E3) is known color: French Lilac. HEX triplet: F1, B5 and E3. RGB value is (241,181,227). Sum of RGB (Red+Green+Blue) = 241+181+227=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5E3 is #0E4A1C. Grayscale: #CCCCCC. Windows color (decimal): -936477 or 14923249. OLE color: 14923249.

HSL color Cylindrical-coordinate representation of color #F1B5E3: hue angle of 314º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5E3 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 227 -
CMYK 0 0.25 0.06 0.05
HSL 314º 0.68% 0.83% -
HSV(B) 314º 0.25% 0.95% -
XYZ 66.66 57.29 80.22 -
YUV 204.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 241 181 227 0 0.25 0.06 0.05 314 0.68 0.83
Hex F1 B5 E3 0 19 6 5 13A 44 53
Octal 361 265 343 0 31 6 5 472 104 123
Binary 11110001 10110101 11100011 0 11001 110 101 100111010 1000100 1010011

Color Harmonies of #F1B5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5E3

Black with #F1B5E3

Text Example


Text Example

White with #F1B5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5E3; }

 p { color: rgb(241,181,227); }

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

background-color css

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

 a { background-color: rgb(241,181,227); }

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

border-color css

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

 span { border-color: rgb(241,181,227); }

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