Html Css Color HEX #F1C1EC French Lilac

📋 copy color: '#F1C1EC'

red 241 ◦ green 193 ◦ blue 236

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

Shades of French Lilac #F1C1EC

Tints of French Lilac #F1C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.81%

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 35.97%
G = 28.81%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1C1EC (or 0xF1C1EC) is known color: French Lilac. HEX triplet: F1, C1 and EC. RGB value is (241,193,236). Sum of RGB (Red+Green+Blue) = 241+193+236=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1EC is #0E3E13. Grayscale: #D4D4D4. Windows color (decimal): -933396 or 15516145. OLE color: 15516145.

HSL color Cylindrical-coordinate representation of color #F1C1EC: hue angle of 306.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C1EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 193 236 -
CMYK 0 0.20 0.02 0.05
HSL 306.25º 0.63% 0.85% -
HSV(B) 306.25º 0.2% 0.95% -
XYZ 70.49 62.9 87.78 -
YUV 212.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 241 193 236 0 0.20 0.02 0.05 306.25 0.63 0.85
Hex F1 C1 EC 0 14 2 5 132 3F 55
Octal 361 301 354 0 24 2 5 462 77 125
Binary 11110001 11000001 11101100 0 10100 10 101 100110010 111111 1010101

Color Harmonies of #F1C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1EC

Black with #F1C1EC

Text Example


Text Example

White with #F1C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1EC; }

 p { color: rgb(241,193,236); }

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

background-color css

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

 a { background-color: rgb(241,193,236); }

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

border-color css

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

 span { border-color: rgb(241,193,236); }

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