#F5E6FB

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

Shades of White Lilac #F5E6FB

Tints of White Lilac #F5E6FB

Color information

#F5E6FB (or 0xF5E6FB) is unknown color: approx White Lilac. HEX triplet: F5, E6 and FB. RGB value is (245,230,251). Sum of RGB (Red+Green+Blue) = 245+230+251=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 230 (90.23% from 255 or 31.68% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5E6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6FB is #0A1904. Grayscale: #ECECEC. Windows color (decimal): -661765 or 16508661. OLE color: 16508661.

HSL color Cylindrical-coordinate representation of color #F5E6FB: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E6FB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245230251-
CMYK0.020.0800.02
HSL282.86º72.41%94.31%-
HSV(B)282.86º8.37%98.43%-
XYZ83.3782.97102.89-
YUV236.88135.97133.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 230 (90.23% from 255) = 31.68%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=33.75%
G=31.68%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452302510.020.0800.02282.8672.4194.31
HexF5E6FB280211b485e
Octal36534637321002433110136
Binary11110101111001101111101110100001010001101110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E6FB; }

 p { color: rgb(245,230,251); }

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

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

 a { background-color: rgb(245,230,251); }

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

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

 span { border-color: rgb(245,230,251); }

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