Html Css Color HEX #F1C0E8 French Lilac

📋 copy color: '#F1C0E8'

red 241 ◦ green 192 ◦ blue 232

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

Shades of French Lilac #F1C0E8

Tints of French Lilac #F1C0E8

RGB

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

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

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

R = 36.24%
G = 28.87%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1C0E8 (or 0xF1C0E8) is known color: French Lilac. HEX triplet: F1, C0 and E8. RGB value is (241,192,232). Sum of RGB (Red+Green+Blue) = 241+192+232=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0E8 is #0E3F17. Grayscale: #D3D3D3. Windows color (decimal): -933656 or 15253745. OLE color: 15253745.

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

Color convert

RGB 241 192 232 -
CMYK 0 0.20 0.04 0.05
HSL 311.02º 0.64% 0.85% -
HSV(B) 311.02º 0.2% 0.95% -
XYZ 69.69 62.23 84.68 -
YUV 211.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 241 192 232 0 0.20 0.04 0.05 311.02 0.64 0.85
Hex F1 C0 E8 0 14 4 5 137 40 55
Octal 361 300 350 0 24 4 5 467 100 125
Binary 11110001 11000000 11101000 0 10100 100 101 100110111 1000000 1010101

Color Harmonies of #F1C0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0E8

Black with #F1C0E8

Text Example


Text Example

White with #F1C0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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