Html Css Color HEX #F1C4E8 French Lilac

📋 copy color: '#F1C4E8'

red 241 ◦ green 196 ◦ blue 232

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

Shades of French Lilac #F1C4E8

Tints of French Lilac #F1C4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.68%

R = 36.02%
G = 29.3%
B = 34.68%

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

#F1C4E8 (or 0xF1C4E8) is known color: French Lilac. HEX triplet: F1, C4 and E8. RGB value is (241,196,232). Sum of RGB (Red+Green+Blue) = 241+196+232=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4E8 is #0E3B17. Grayscale: #D5D5D5. Windows color (decimal): -932632 or 15254769. OLE color: 15254769.

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

Color convert

RGB 241 196 232 -
CMYK 0 0.19 0.04 0.05
HSL 312º 0.62% 0.86% -
HSV(B) 312º 0.19% 0.95% -
XYZ 70.58 64.01 84.98 -
YUV 213.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 241 196 232 0 0.19 0.04 0.05 312 0.62 0.86
Hex F1 C4 E8 0 13 4 5 138 3E 56
Octal 361 304 350 0 23 4 5 470 76 126
Binary 11110001 11000100 11101000 0 10011 100 101 100111000 111110 1010110

Color Harmonies of #F1C4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4E8

Black with #F1C4E8

Text Example


Text Example

White with #F1C4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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