#FAF4FB

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

Shades of White Lilac #FAF4FB

Tints of White Lilac #FAF4FB

Color information

#FAF4FB (or 0xFAF4FB) is unknown color: approx White Lilac. HEX triplet: FA, F4 and FB. RGB value is (250,244,251). Sum of RGB (Red+Green+Blue) = 250+244+251=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 244 (95.70% from 255 or 32.75% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4FB is #050B04. Grayscale: #F6F6F6. Windows color (decimal): -330501 or 16512250. OLE color: 16512250.

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

Color convert

RGB250244251-
CMYK0.000.0300.02
HSL291.43º46.67%97.06%-
HSV(B)291.43º2.79%98.43%-
XYZ89.1991.99104.32-
YUV246.59130.49130.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 244 (95.70% from 255) = 32.75%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=33.56%
G=32.75%
B=33.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502442510.000.0300.02291.4346.6797.06
HexFAF4FB03021232f61
Octal372364373030244357141
Binary1111101011110100111110110110101001000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4FB; }

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

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

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

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

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

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

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

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