Html Css Color HEX #F1B5E8 French Lilac

📋 copy color: '#F1B5E8'

red 241 ◦ green 181 ◦ blue 232

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

Shades of French Lilac #F1B5E8

Tints of French Lilac #F1B5E8

RGB

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

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

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

R = 36.85%
G = 27.68%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1B5E8 (or 0xF1B5E8) is known color: French Lilac. HEX triplet: F1, B5 and E8. RGB value is (241,181,232). Sum of RGB (Red+Green+Blue) = 241+181+232=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5E8 is #0E4A17. Grayscale: #CCCCCC. Windows color (decimal): -936472 or 15250929. OLE color: 15250929.

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

Color convert

RGB 241 181 232 -
CMYK 0 0.25 0.04 0.05
HSL 309º 0.68% 0.83% -
HSV(B) 309º 0.25% 0.95% -
XYZ 67.36 57.57 83.91 -
YUV 204.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 241 181 232 0 0.25 0.04 0.05 309 0.68 0.83
Hex F1 B5 E8 0 19 4 5 135 44 53
Octal 361 265 350 0 31 4 5 465 104 123
Binary 11110001 10110101 11101000 0 11001 100 101 100110101 1000100 1010011

Color Harmonies of #F1B5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5E8

Black with #F1B5E8

Text Example


Text Example

White with #F1B5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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