#FBF1FE

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

Shades of White Lilac #FBF1FE

Tints of White Lilac #FBF1FE

Color information

#FBF1FE (or 0xFBF1FE) is unknown color: approx White Lilac. HEX triplet: FB, F1 and FE. RGB value is (251,241,254). Sum of RGB (Red+Green+Blue) = 251+241+254=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 241 (94.53% from 255 or 32.31% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FE is #040E01. Grayscale: #F5F5F5. Windows color (decimal): -265730 or 16708091. OLE color: 16708091.

HSL color Cylindrical-coordinate representation of color #FBF1FE: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBF1FE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251241254-
CMYK0.010.0500.00
HSL286.15º86.67%97.06%-
HSV(B)286.15º5.12%99.61%-
XYZ89.1390.58106.55-
YUV245.47132.81131.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 241 (94.53% from 255) = 32.31%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=33.65%
G=32.31%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512412540.010.0500.00286.1586.6797.06
HexFBF1FE150011e5761
Octal3733613761500436127141
Binary11111011111100011111111011010010001111010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1FE; }

 p { color: rgb(251,241,254); }

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

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

 a { background-color: rgb(251,241,254); }

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

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

 span { border-color: rgb(251,241,254); }

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