#FAF5FB

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

Shades of White Lilac #FAF5FB

Tints of White Lilac #FAF5FB

Color information

#FAF5FB (or 0xFAF5FB) is unknown color: approx White Lilac. HEX triplet: FA, F5 and FB. RGB value is (250,245,251). Sum of RGB (Red+Green+Blue) = 250+245+251=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 245 (96.09% from 255 or 32.84% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FB is #050A04. Grayscale: #F7F7F7. Windows color (decimal): -330245 or 16512506. OLE color: 16512506.

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

Color convert

RGB250245251-
CMYK0.000.0200.02
HSL290º42.86%97.25%-
HSV(B)290º2.39%98.43%-
XYZ89.4992.59104.42-
YUV247.18130.16130.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.51%
GREEN value IS 245 (96.09% from 255) = 32.84%
BLUE value IS 251 (98.44% from 255) = 33.65%
R=33.51%
G=32.84%
B=33.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502452510.000.0200.0229042.8697.25
HexFAF5FB02021222b61
Octal372365373020244253141
Binary1111101011110101111110110100101001000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5FB; }

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

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

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

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

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

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

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

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