Html Css Color HEX #F1C4E7 French Lilac

📋 copy color: '#F1C4E7'

red 241 ◦ green 196 ◦ blue 231

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

Shades of French Lilac #F1C4E7

Tints of French Lilac #F1C4E7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.34%

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

R = 36.08%
G = 29.34%
B = 34.58%

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

#F1C4E7 (or 0xF1C4E7) is known color: French Lilac. HEX triplet: F1, C4 and E7. RGB value is (241,196,231). Sum of RGB (Red+Green+Blue) = 241+196+231=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4E7 is #0E3B18. Grayscale: #D5D5D5. Windows color (decimal): -932633 or 15189233. OLE color: 15189233.

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

Color convert

RGB 241 196 231 -
CMYK 0 0.19 0.04 0.05
HSL 313.33º 0.62% 0.86% -
HSV(B) 313.33º 0.19% 0.95% -
XYZ 70.44 63.95 84.23 -
YUV 213.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 241 196 231 0 0.19 0.04 0.05 313.33 0.62 0.86
Hex F1 C4 E7 0 13 4 5 139 3E 56
Octal 361 304 347 0 23 4 5 471 76 126
Binary 11110001 11000100 11100111 0 10011 100 101 100111001 111110 1010110

Color Harmonies of #F1C4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4E7

Black with #F1C4E7

Text Example


Text Example

White with #F1C4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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