#FBE8FF

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

Shades of Selago #FBE8FF

Tints of Selago #FBE8FF

Color information

#FBE8FF (or 0xFBE8FF) is unknown color: approx Selago. HEX triplet: FB, E8 and FF. RGB value is (251,232,255). Sum of RGB (Red+Green+Blue) = 251+232+255=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 232 (91.02% from 255 or 31.44% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8FF is #041700. Grayscale: #F0F0F0. Windows color (decimal): -268033 or 16771323. OLE color: 16771323.

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

Color convert

RGB251232255-
CMYK0.020.0900
HSL289.57º100%95.49%-
HSV(B)289.57º9.02%100%-
XYZ86.6985.44106.53-
YUV240.3136.29135.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 232 (91.02% from 255) = 31.44%
BLUE value IS 255 (100% from 255) = 34.55%
R=34.01%
G=31.44%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512322550.020.0900289.5710095.49
HexFBE8FF2900122645f
Octal37335037721100442144137
Binary1111101111101000111111111010010010010001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8FF; }

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

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

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

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

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

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

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

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