#FBF0FE

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

Shades of White Lilac #FBF0FE

Tints of White Lilac #FBF0FE

Color information

#FBF0FE (or 0xFBF0FE) is unknown color: approx White Lilac. HEX triplet: FB, F0 and FE. RGB value is (251,240,254). Sum of RGB (Red+Green+Blue) = 251+240+254=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FE is #040F01. Grayscale: #F4F4F4. Windows color (decimal): -265986 or 16707835. OLE color: 16707835.

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

Color convert

RGB251240254-
CMYK0.010.0600.00
HSL287.14º87.5%96.86%-
HSV(B)287.14º5.51%99.61%-
XYZ88.8389.99106.45-
YUV244.88133.14132.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 240 (94.14% from 255) = 32.21%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=33.69%
G=32.21%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512402540.010.0600.00287.1487.596.86
HexFBF0FE160011f5861
Octal3733603761600437130141
Binary11111011111100001111111011100010001111110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0FE; }

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

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

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

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

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

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

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

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