#FBEFFF

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

Shades of White Lilac #FBEFFF

Tints of White Lilac #FBEFFF

Color information

#FBEFFF (or 0xFBEFFF) is unknown color: approx White Lilac. HEX triplet: FB, EF and FF. RGB value is (251,239,255). Sum of RGB (Red+Green+Blue) = 251+239+255=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 239 (93.75% from 255 or 32.08% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFFF is #041000. Grayscale: #F4F4F4. Windows color (decimal): -266241 or 16773115. OLE color: 16773115.

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

Color convert

RGB251239255-
CMYK0.020.0600
HSL285º100%96.86%-
HSV(B)285º6.27%100%-
XYZ88.789.46107.2-
YUV244.41133.98132.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 239 (93.75% from 255) = 32.08%
BLUE value IS 255 (100% from 255) = 34.23%
R=33.69%
G=32.08%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512392550.020.060028510096.86
HexFBEFFF260011d6461
Octal3733573772600435144141
Binary111110111110111111111111101100010001110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFFF; }

 p { color: rgb(251,239,255); }

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

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

 a { background-color: rgb(251,239,255); }

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

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

 span { border-color: rgb(251,239,255); }

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