Html Css Color HEX #F1C1ED French Lilac

📋 copy color: '#F1C1ED'

red 241 ◦ green 193 ◦ blue 237

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

Shades of French Lilac #F1C1ED

Tints of French Lilac #F1C1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 35.92%
G = 28.76%
B = 35.32%

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

#F1C1ED (or 0xF1C1ED) is known color: French Lilac. HEX triplet: F1, C1 and ED. RGB value is (241,193,237). Sum of RGB (Red+Green+Blue) = 241+193+237=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1ED is #0E3E12. Grayscale: #D4D4D4. Windows color (decimal): -933395 or 15581681. OLE color: 15581681.

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

Color convert

RGB 241 193 237 -
CMYK 0 0.20 0.02 0.05
HSL 305º 0.63% 0.85% -
HSV(B) 305º 0.2% 0.95% -
XYZ 70.63 62.96 88.55 -
YUV 212.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 241 193 237 0 0.20 0.02 0.05 305 0.63 0.85
Hex F1 C1 ED 0 14 2 5 131 3F 55
Octal 361 301 355 0 24 2 5 461 77 125
Binary 11110001 11000001 11101101 0 10100 10 101 100110001 111111 1010101

Color Harmonies of #F1C1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1ED

Black with #F1C1ED

Text Example


Text Example

White with #F1C1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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