#FBE8FE

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

Shades of Selago #FBE8FE

Tints of Selago #FBE8FE

Color information

#FBE8FE (or 0xFBE8FE) is unknown color: approx Selago. HEX triplet: FB, E8 and FE. RGB value is (251,232,254). Sum of RGB (Red+Green+Blue) = 251+232+254=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 232 (91.02% from 255 or 31.48% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8FE is #041701. Grayscale: #F0F0F0. Windows color (decimal): -268034 or 16705787. OLE color: 16705787.

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

Color convert

RGB251232254-
CMYK0.010.0900.00
HSL291.82º91.67%95.29%-
HSV(B)291.82º8.66%99.61%-
XYZ86.5385.38105.68-
YUV240.19135.79135.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 232 (91.02% from 255) = 31.48%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=34.06%
G=31.48%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512322540.010.0900.00291.8291.6795.29
HexFBE8FE19001245c5f
Octal37335037611100444134137
Binary111110111110100011111110110010010010010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8FE; }

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

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

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

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

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

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

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

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