Html Css Color HEX #F1C2EC French Lilac

📋 copy color: '#F1C2EC'

red 241 ◦ green 194 ◦ blue 236

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

Shades of French Lilac #F1C2EC

Tints of French Lilac #F1C2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.91%

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

R = 35.92%
G = 28.91%
B = 35.17%

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

#F1C2EC (or 0xF1C2EC) is known color: French Lilac. HEX triplet: F1, C2 and EC. RGB value is (241,194,236). Sum of RGB (Red+Green+Blue) = 241+194+236=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2EC is #0E3D13. Grayscale: #D4D4D4. Windows color (decimal): -933140 or 15516401. OLE color: 15516401.

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

Color convert

RGB 241 194 236 -
CMYK 0 0.20 0.02 0.05
HSL 306.38º 0.63% 0.85% -
HSV(B) 306.38º 0.2% 0.95% -
XYZ 70.71 63.34 87.86 -
YUV 212.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 241 194 236 0 0.20 0.02 0.05 306.38 0.63 0.85
Hex F1 C2 EC 0 14 2 5 132 3F 55
Octal 361 302 354 0 24 2 5 462 77 125
Binary 11110001 11000010 11101100 0 10100 10 101 100110010 111111 1010101

Color Harmonies of #F1C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C2EC

Black with #F1C2EC

Text Example


Text Example

White with #F1C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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