#F0C3EB

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

Shades of French Lilac #F0C3EB

Tints of French Lilac #F0C3EB

Color information

#F0C3EB (or 0xF0C3EB) is unknown color: approx French Lilac. HEX triplet: F0, C3 and EB. RGB value is (240,195,235). Sum of RGB (Red+Green+Blue) = 240+195+235=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3EB is #0F3C14. Grayscale: #D4D4D4. Windows color (decimal): -998421 or 15451120. OLE color: 15451120.

HSL color Cylindrical-coordinate representation of color #F0C3EB: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3EB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240195235-
CMYK00.190.020.06
HSL306.67º60%85.29%-
HSV(B)306.67º18.75%94.12%-
XYZ70.4563.5587.15-
YUV213.01140.41147.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 195 (76.56% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=35.82%
G=29.10%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019523500.190.020.06306.676085.29
HexF0C3EB013261333c55
Octal3603033530232646374125
Binary111100001100001111101011010011101101001100111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C3EB; }

 p { color: rgb(240,195,235); }

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

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

 a { background-color: rgb(240,195,235); }

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

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

 span { border-color: rgb(240,195,235); }

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