Html Css Color HEX #F1C3E7 French Lilac

📋 copy color: '#F1C3E7'

red 241 ◦ green 195 ◦ blue 231

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

Shades of French Lilac #F1C3E7

Tints of French Lilac #F1C3E7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.24%

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

R = 36.13%
G = 29.24%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1C3E7 (or 0xF1C3E7) is known color: French Lilac. HEX triplet: F1, C3 and E7. RGB value is (241,195,231). Sum of RGB (Red+Green+Blue) = 241+195+231=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3E7 is #0E3C18. Grayscale: #D4D4D4. Windows color (decimal): -932889 or 15188977. OLE color: 15188977.

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

Color convert

RGB 241 195 231 -
CMYK 0 0.19 0.04 0.05
HSL 313.04º 0.62% 0.85% -
HSV(B) 313.04º 0.19% 0.95% -
XYZ 70.21 63.5 84.16 -
YUV 212.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 241 195 231 0 0.19 0.04 0.05 313.04 0.62 0.85
Hex F1 C3 E7 0 13 4 5 139 3E 55
Octal 361 303 347 0 23 4 5 471 76 125
Binary 11110001 11000011 11100111 0 10011 100 101 100111001 111110 1010101

Color Harmonies of #F1C3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3E7

Black with #F1C3E7

Text Example


Text Example

White with #F1C3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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