#F3B9ED

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

Shades of French Lilac #F3B9ED

Tints of French Lilac #F3B9ED

Color information

#F3B9ED (or 0xF3B9ED) is unknown color: approx French Lilac. HEX triplet: F3, B9 and ED. RGB value is (243,185,237). Sum of RGB (Red+Green+Blue) = 243+185+237=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B9ED is #0C4612. Grayscale: #D0D0D0. Windows color (decimal): -804371 or 15579635. OLE color: 15579635.

HSL color Cylindrical-coordinate representation of color #F3B9ED: hue angle of 306.21º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9ED is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243185237-
CMYK00.240.020.05
HSL306.21º70.73%83.92%-
HSV(B)306.21º23.87%95.29%-
XYZ69.659.8788.01-
YUV208.27144.22152.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=36.54%
G=27.82%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318523700.240.020.05306.2170.7383.92
HexF3B9ED018251324754
Octal36327135503025462107124
Binary1111001110111001111011010110001010110011001010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9ED; }

 p { color: rgb(243,185,237); }

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

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

 a { background-color: rgb(243,185,237); }

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

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

 span { border-color: rgb(243,185,237); }

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