Html Css Color HEX #F1C0E5 French Lilac

📋 copy color: '#F1C0E5'

red 241 ◦ green 192 ◦ blue 229

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

Shades of French Lilac #F1C0E5

Tints of French Lilac #F1C0E5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29%

 BLUE value IS 229 (89.84% from 255) = 34.59%

R = 36.4%
G = 29%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1C0E5 (or 0xF1C0E5) is known color: French Lilac. HEX triplet: F1, C0 and E5. RGB value is (241,192,229). Sum of RGB (Red+Green+Blue) = 241+192+229=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0E5 is #0E3F1A. Grayscale: #D2D2D2. Windows color (decimal): -933659 or 15057137. OLE color: 15057137.

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

Color convert

RGB 241 192 229 -
CMYK 0 0.20 0.05 0.05
HSL 314.69º 0.64% 0.85% -
HSV(B) 314.69º 0.2% 0.95% -
XYZ 69.27 62.06 82.46 -
YUV 210.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 241 192 229 0 0.20 0.05 0.05 314.69 0.64 0.85
Hex F1 C0 E5 0 14 5 5 13B 40 55
Octal 361 300 345 0 24 5 5 473 100 125
Binary 11110001 11000000 11100101 0 10100 101 101 100111011 1000000 1010101

Color Harmonies of #F1C0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0E5

Black with #F1C0E5

Text Example


Text Example

White with #F1C0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0E5; }

 p { color: rgb(241,192,229); }

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

background-color css

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

 a { background-color: rgb(241,192,229); }

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

border-color css

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

 span { border-color: rgb(241,192,229); }

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