#F8C1ED

Color #F8C1ED French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F8C1ED

Tints of French Lilac #F8C1ED

Color information

#F8C1ED (or 0xF8C1ED) is unknown color: approx French Lilac. HEX triplet: F8, C1 and ED. RGB value is (248,193,237). Sum of RGB (Red+Green+Blue) = 248+193+237=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1ED is #073E12. Grayscale: #D6D6D6. Windows color (decimal): -474643 or 15581688. OLE color: 15581688.

HSL color Cylindrical-coordinate representation of color #F8C1ED: hue angle of 312º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1ED is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248193237-
CMYK00.220.040.03
HSL312º79.71%86.47%-
HSV(B)312º22.18%97.25%-
XYZ73.0764.2188.66-
YUV214.46140.72151.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 193 (75.78% from 255) = 28.47%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=36.58%
G=28.47%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819323700.220.040.0331279.7186.47
HexF8C1ED016431385056
Octal37030135502643470120126
Binary1111100011000001111011010101101001110011100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1ED; }

 p { color: rgb(248,193,237); }

 H1.HeaderClassName
 {
   color: #F8C1ED;
 }
 .AnyTagClassName
 {
   color: #F8C1ED;
 }
</style>
background-color css

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

 a { background-color: rgb(248,193,237); }

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

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

 span { border-color: rgb(248,193,237); }

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