Html Css Color HEX #F1C5EA French Lilac

📋 copy color: '#F1C5EA'

red 241 ◦ green 197 ◦ blue 234

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

Shades of French Lilac #F1C5EA

Tints of French Lilac #F1C5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.32%

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 35.86%
G = 29.32%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1C5EA (or 0xF1C5EA) is known color: French Lilac. HEX triplet: F1, C5 and EA. RGB value is (241,197,234). Sum of RGB (Red+Green+Blue) = 241+197+234=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5EA is #0E3A15. Grayscale: #D6D6D6. Windows color (decimal): -932374 or 15386097. OLE color: 15386097.

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

Color convert

RGB 241 197 234 -
CMYK 0 0.18 0.03 0.05
HSL 309.55º 0.61% 0.86% -
HSV(B) 309.55º 0.18% 0.95% -
XYZ 71.09 64.57 86.56 -
YUV 214.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 241 197 234 0 0.18 0.03 0.05 309.55 0.61 0.86
Hex F1 C5 EA 0 12 3 5 136 3D 56
Octal 361 305 352 0 22 3 5 466 75 126
Binary 11110001 11000101 11101010 0 10010 11 101 100110110 111101 1010110

Color Harmonies of #F1C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5EA

Black with #F1C5EA

Text Example


Text Example

White with #F1C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5EA; }

 p { color: rgb(241,197,234); }

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

background-color css

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

 a { background-color: rgb(241,197,234); }

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

border-color css

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

 span { border-color: rgb(241,197,234); }

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