Html Css Color HEX #F1C5E7 French Lilac

📋 copy color: '#F1C5E7'

red 241 ◦ green 197 ◦ blue 231

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

Shades of French Lilac #F1C5E7

Tints of French Lilac #F1C5E7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.45%

 BLUE value IS 231 (90.63% from 255) = 34.53%

R = 36.02%
G = 29.45%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1C5E7 (or 0xF1C5E7) is known color: French Lilac. HEX triplet: F1, C5 and E7. RGB value is (241,197,231). Sum of RGB (Red+Green+Blue) = 241+197+231=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5E7 is #0E3A18. Grayscale: #D5D5D5. Windows color (decimal): -932377 or 15189489. OLE color: 15189489.

HSL color Cylindrical-coordinate representation of color #F1C5E7: hue angle of 313.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5E7 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 231 -
CMYK 0 0.18 0.04 0.05
HSL 313.64º 0.61% 0.86% -
HSV(B) 313.64º 0.18% 0.95% -
XYZ 70.67 64.4 84.31 -
YUV 214.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 241 197 231 0 0.18 0.04 0.05 313.64 0.61 0.86
Hex F1 C5 E7 0 12 4 5 13A 3D 56
Octal 361 305 347 0 22 4 5 472 75 126
Binary 11110001 11000101 11100111 0 10010 100 101 100111010 111101 1010110

Color Harmonies of #F1C5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5E7

Black with #F1C5E7

Text Example


Text Example

White with #F1C5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5E7; }

 p { color: rgb(241,197,231); }

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

background-color css

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

 a { background-color: rgb(241,197,231); }

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

border-color css

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

 span { border-color: rgb(241,197,231); }

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